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!)
A144130 a(n) = ChebyshevT(4, n). 11
1, 1, 97, 577, 1921, 4801, 10081, 18817, 32257, 51841, 79201, 116161, 164737, 227137, 305761, 403201, 522241, 665857, 837217, 1039681, 1276801, 1552321, 1870177, 2234497, 2649601, 3120001, 3650401, 4245697, 4910977, 5651521 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
From Paul Barry, Nov 17 2009: (Start)
G.f.: (1-4x+102x^2+92x^3+x^4)/(1-x)^5;
a(n) = 8*n^4-8*n^2+1. (End)
a(n) = 5*a(n-1) - 10*a(n-2) + 10*a(n-3) - 5*a(n-4) + a(n-5). - Wesley Ivan Hurt, Mar 15 2023
MAPLE
A144130:=n->8*n^4-8*n^2+1: seq(A144130(n), n=0..60); # Wesley Ivan Hurt, Apr 10 2017
MATHEMATICA
Table[ChebyshevT[4, n], {n, 0, 50}] (* Vincenzo Librandi, May 30 2014 *)
PROG
(Magma) [8*n^4-8*n^2+1: n in [0..30]]; // Vincenzo Librandi, May 30 2014
CROSSREFS
Cf. A144129.
Sequence in context: A142574 A204710 A142765 * A144131 A362321 A130833
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Changed offset from 1 to 0 by Vincenzo Librandi, May 30 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 25 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)