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!)
A242850 32*n^5 - 32*n^3 + 6*n. 7
0, 6, 780, 6930, 30744, 96030, 241956, 526890, 1032240, 1866294, 3168060, 5111106, 7907400, 11811150, 17122644, 24192090, 33423456, 45278310, 60279660, 79015794, 102144120, 130395006, 164575620, 205573770, 254361744, 312000150, 379641756, 458535330, 550029480, 655576494 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Chebyshev polynomial of the second kind U(5,n).
LINKS
FORMULA
G.f.: x*(6 + 744*x + 2340*x^2 + 744*x^3 + 6*x^4)/(1 - x)^6.
a(n) = 2*n*(2*n-1)*(2*n+1)*(4*n^2-3).
MATHEMATICA
Table[32 n^5 - 32 n^3 + 6 n, {n, 0, 40}] (* or *) Table[ChebyshevU[5, n], {n, 0, 40}]
PROG
(Magma) [32*n^5-32*n^3+6*n: n in [0..40]];
CROSSREFS
Sequence in context: A214009 A332176 A088217 * A364273 A020542 A045480
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, May 29 2014
EXTENSIONS
Edited by Bruno Berselli, May 29 2014
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 19 16:21 EDT 2024. Contains 371794 sequences. (Running on oeis4.)