|
|
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
|
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
|
|
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)
|
|
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 A130833 A130873
Adjacent sequences: A144127 A144128 A144129 * A144131 A144132 A144133
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Vladimir Joseph Stephan Orlovsky, Sep 11 2008
|
|
EXTENSIONS
|
Changed offset from 1 to 0 by Vincenzo Librandi, May 30 2014
|
|
STATUS
|
approved
|
|
|
|