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!)
A243132 32*n^6 - 48*n^4 + 18*n^2 - 1. 3
-1, 1, 1351, 19601, 119071, 470449, 1431431, 3650401, 8193151, 16692641, 31521799, 55989361, 94558751, 153090001, 239104711, 362074049, 533729791, 768398401, 1083358151, 1499219281, 2040327199, 2735188721, 3616921351, 4723725601, 6099380351, 7793761249 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Chebyshev polynomial of the first kind T(6,n).
LINKS
FORMULA
G.f.: (-1 + 8*x + 1323*x^2 + 10200*x^3 + 10165*x^4 + 1344*x^5 + x^6)/(1 - x)^7.
a(n) = (2*n^2 - 1)*(16*n^4 - 16*n^2 + 1).
MATHEMATICA
Table[ChebyshevT[6, n], {n, 0, 40}] (* or *) Table[32 n^6 - 48 n^4 + 18 n^2 - 1, {n, 0, 20}]
PROG
(Magma) [32*n^6-48*n^4+18*n^2-1: n in [0..40]];
CROSSREFS
Sequence in context: A278383 A174638 A154375 * A349070 A035889 A192320
KEYWORD
sign,easy
AUTHOR
Vincenzo Librandi, May 31 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 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)