login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097831 Partial sums of Chebyshev sequence S(n,17)= U(n,17/2)=A078366(n). 1
1, 18, 306, 5185, 87840, 1488096, 25209793, 427078386, 7235122770, 122570008705, 2076455025216, 35177165419968, 595935357114241, 10095723905522130, 171031371036761970, 2897437583719431361, 49085407552193571168 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = sum(S(k, 17), k=0..n) with S(k, 17) = U(k, 17/2) = A078366(k) Chebyshev's polynomials of the second kind.
G.f.: 1/((1-x)*(1-17*x+x^2)) = 1/(1-18*x+18*x^2-x^3).
a(n) = 18*a(n-1)-18*a(n-2)+a(n-3), n>=2, a(-1)=0, a(0)=1, a(1)=18.
a(n) = 17*a(n-1)-a(n-2)+1, n>=1, a(-1)=0, a(0)=1.
a(n) = (S(n+1, 17) - S(n, 17) -1)/15.
MATHEMATICA
LinearRecurrence[{18, -18, 1}, {1, 18, 306}, 20] (* Harvey P. Dale, Nov 20 2022 *)
CROSSREFS
Cf. A212336 for more sequences with g.f. of the type 1/(1-k*x+k*x^2-x^3).
Sequence in context: A273434 A083451 A162804 * A342885 A163104 A163452
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Aug 31 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)