|
|
A016848
|
|
a(n) = (4*n+3)^12.
|
|
1
|
|
|
531441, 13841287201, 3138428376721, 129746337890625, 2213314919066161, 21914624432020321, 150094635296999121, 787662783788549761, 3379220508056640625, 12381557655576425121, 39959630797262576401
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,1
|
|
LINKS
|
David A. Corneth, Table of n, a(n) for n = 0..9999
Index entries for linear recurrences with constant coefficients, signature (13,-78,286,-715,1287,-1716,1716,-1287,715,-286,78,-13,1).
|
|
MAPLE
|
seq((4*n+3)^12, n=0..12); # G. C. Greubel, Aug 29 2019
|
|
MATHEMATICA
|
(4*Range[13]-1)^12 (* G. C. Greubel, Aug 29 2019 *)
|
|
PROG
|
(PARI) a(n) = (4n+3)^12 \\ David A. Corneth, Aug 28 2019
(MAGMA) [(4*n+3)^12: n in [0..12]]; // G. C. Greubel, Aug 29 2019
(Sage) [(4*n+3)^12 for n in (0..12)] # G. C. Greubel, Aug 29 2019
(GAP) List([0..12], n-> (4*n+3)^12); # G. C. Greubel, Aug 29 2019
|
|
CROSSREFS
|
Cf. A008456.
Cf. A004767, A016838, A016839, A016840, A016841, A016842, A016843, A016844, A016845, A016846, A016847.
Sequence in context: A203654 A016764 A016776 * A016896 A016956 A017028
Adjacent sequences: A016845 A016846 A016847 * A016849 A016850 A016851
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. J. A. Sloane
|
|
STATUS
|
approved
|
|
|
|