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
(10*Range[0, 30]+4)^10 (* or *) LinearRecurrence[{11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1}, {1048576, 289254654976, 63403380965376, 2064377754059776, 27197360938418176, 210832519264920576, 1152921504606846976, 4923990397355877376, 17490122876598091776, 53861511409489970176, 148024428491834392576}, 30] (* Harvey P. Dale, Oct 06 2015 *)
PROG
(Magma) [(10*n+4)^10: n in [0..10] ]; // Vincenzo Librandi, Aug 01 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved