login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097826 Partial sums of Chebyshev sequence S(n,11)= U(n,11/2)= A004190(n). 5
1, 12, 132, 1441, 15720, 171480, 1870561, 20404692, 222581052, 2427986881, 26485274640, 288910034160, 3151525101121, 34377866078172, 375005001758772, 4090677153268321, 44622443684192760, 486756203372852040 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Index entries for sequences relate d to Chebyshev polynomials.

FORMULA

a(n)= sum(S(k, 11), k=0..n) with S(k, 11)=U(k, 11/2)=A004190(k) Chebyshev's polynomials of the second kind.

G.f.: 1/((1-x)*(1-11*x+x^2)) = 1/(1-12*x+12*x^2-x^3).

a(n)=12*a(n-1)-12*a(n-2)+a(n-3), n>=2, a(-1):=0, a(0)=1, a(1)=12.

a(n)=11*a(n-1)-a(n-2)+1, n>=1, a(-1):=0, a(0)=1.

a(n)=(S(n+1, 11) - S(n, 11) -1)/9.

MATHEMATICA

Join[{a=1, b=12}, Table[c=11*b-a+1; a=b; b=c, {n, 60}]] (*From Vladimir Joseph Stephan Orlovsky, Jan 20 2011*)

CROSSREFS

Cf. A076765, A097784.

Sequence in context: A001336 A118475 A190873 * A010580 A010577 A163055

Adjacent sequences:  A097823 A097824 A097825 * A097827 A097828 A097829

KEYWORD

nonn,easy

AUTHOR

Wolfdieter Lang (wolfdieter.lang_AT_physik_DOT_uni-karlsruhe_DOT_de), Aug 31 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:56 EST 2012. Contains 205860 sequences.