OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).
MATHEMATICA
(8*Range[0, 20]+2)^10 (* or *) LinearRecurrence[{11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1}, {1024, 10000000000, 3570467226624, 141167095653376, 2064377754059776, 17080198121677824, 97656250000000000, 430804206899405824, 1568336880910795776, 4923990397355877376, 13744803133596058624}, 20] (* Harvey P. Dale, Mar 06 2019 *)
PROG
(Magma) [(8*n+2)^10: n in [0..20]]; // Vincenzo Librandi, Jul 12 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved