|
|
A017344
|
|
a(n) = (10*n + 6)^4.
|
|
1
|
|
|
1296, 65536, 456976, 1679616, 4477456, 9834496, 18974736, 33362176, 54700816, 84934656, 126247696, 181063936, 252047376, 342102016, 454371856, 592240896, 759333136, 959512576, 1196883216, 1475789056
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,1
|
|
LINKS
|
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (5, -10, 10, -5, 1).
|
|
MATHEMATICA
|
(10*Range[0, 30]+6)^4 (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {1296, 65536, 456976, 1679616, 4477456}, 30] (* Harvey P. Dale, Nov 13 2014 *)
|
|
PROG
|
(MAGMA) [(10*n+6)^4: n in [0..30]]; // Vincenzo Librandi, Aug 03 2011
|
|
CROSSREFS
|
Sequence in context: A183618 A017236 A265478 * A223689 A193153 A223273
Adjacent sequences: A017341 A017342 A017343 * A017345 A017346 A017347
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. J. A. Sloane
|
|
STATUS
|
approved
|
|
|
|