How do you write the first five terms of the sequence #a_n=(3n^2-n+4)/(2n^2+1)#?

1 Answer
Sep 6, 2017

# { 2, 14/9, 28/19, 48/33, 74/51 } #

Explanation:

We have:

# a_n=(3n^2-n+4)/(2n^2+1) #

Assuming that the first term is #n=1# as opposed to #n=0# then we simply evaluate the expression with #n=1#, as follows:

Put #n=1# then:

# a_1 = (3(1)^2-1+4)/(2(1)^2+1) #
# \ \ \ \ = (3-1+4)/(2+1) #
# \ \ \ \ = 6/3 #
# \ \ \ \ = 2 #

Similarly Put #n=2# then:

# a_2 = (3(2)^2-2+4)/(2(2)^2+1) #
# \ \ \ \ = (3.4-2+4)/(2.4+1) #
# \ \ \ \ = 14/9 #

etc.

The remaining terms have been calculated using excel:

Stevce M