login
A196291
n^10 - n.
2
0, 0, 1022, 59046, 1048572, 9765620, 60466170, 282475242, 1073741816, 3486784392, 9999999990, 25937424590, 61917364212, 137858491836, 289254654962, 576650390610, 1099511627760, 2015993900432, 3570467226606, 6131066257782, 10239999999980, 16679880978180, 26559922791402, 41426511213626
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
MATHEMATICA
Table[n^10 - n, {n, 0, 40}] (* and *) LinearRecurrence[{11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1}, {0, 0, 1022, 59046, 1048572, 9765620, 60466170, 282475242, 1073741816, 3486784392, 9999999990}, 40] (* Vladimir Joseph Stephan Orlovsky, Feb 21 2012 *)
PROG
(Magma) [n^10-n: n in [0..30]];
(PARI) a(n)=n^10-n \\ Charles R Greathouse IV, Nov 22 2011
CROSSREFS
KEYWORD
nonn,easy,less
AUTHOR
Vincenzo Librandi, Oct 01 2011
STATUS
approved