login
A017280
a(n) = (10*n)^12.
1
0, 1000000000000, 4096000000000000, 531441000000000000, 16777216000000000000, 244140625000000000000, 2176782336000000000000, 13841287201000000000000, 68719476736000000000000, 282429536481000000000000, 1000000000000000000000000
OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (13, -78, 286, -715, 1287, -1716, 1716, -1287, 715, -286, 78, -13, 1).
MATHEMATICA
(10Range[0, 10])^12 (* Harvey P. Dale, Jul 08 2011 *)
PROG
(Magma) [(10*n)^12: n in [0..10]]; // Vincenzo Librandi, Jul 29 2011
CROSSREFS
Sequence in context: A295356 A180616 A017184 * A017520 A017652 A168174
KEYWORD
nonn,easy
STATUS
approved