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!)
A242851 64*n^6 - 80*n^4 + 24*n^2 - 1. 7
-1, 7, 2911, 40391, 242047, 950599, 2883167, 7338631, 16451071, 33489287, 63202399, 112211527, 189447551, 306634951, 478821727, 724955399, 1068505087, 1538129671, 2168392031, 3000519367, 4083209599, 5473483847, 7237584991, 9451922311, 12204062207, 15593764999 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Chebyshev polynomial of the second kind U(6,n).
LINKS
FORMULA
G.f.: (-1 + 14*x + 2841*x^2 + 20196*x^3 + 20161*x^4 + 2862*x^5 + 7*x^6)/(1 - x)^7.
a(n) = (8*n^3-4*n^2-4*n+1)*(8*n^3+4*n^2-4*n-1).
MATHEMATICA
Table[64 n^6 - 80 n^4 + 24 n^2 - 1, {n, 0, 40}] (* or *) Table[ChebyshevU[6, n], {n, 0, 40}]
PROG
(Magma) [64*n^6-80*n^4+24*n^2-1: n in [0..40]];
CROSSREFS
Sequence in context: A077721 A235464 A297029 * A264787 A070227 A218141
KEYWORD
sign,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 23 15:11 EDT 2024. Contains 371914 sequences. (Running on oeis4.)