A196289
a(n) = n^9 - n.
Original entry on oeis.org
0, 0, 510, 19680, 262140, 1953120, 10077690, 40353600, 134217720, 387420480, 999999990, 2357947680, 5159780340, 10604499360, 20661046770, 38443359360, 68719476720, 118587876480, 198359290350, 322687697760, 511999999980, 794280046560, 1207269217770, 1801152661440, 2641807540200
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
-
[n^9-n: n in [0..30]];
-
Table[n^9 - n, {n, 0, 40}] (* and *) LinearRecurrence[{10, -45, 120, -210, 252, -210, 120, -45, 10, -1}, {0, 0, 510, 19680, 262140, 1953120, 10077690, 40353600, 134217720, 387420480}, 40] (* Vladimir Joseph Stephan Orlovsky, Feb 21 2012 *)
-
a(n)=n^9-n \\ Charles R Greathouse IV, Nov 21 2011
A196290
a(n) = n^9 + n.
Original entry on oeis.org
0, 2, 514, 19686, 262148, 1953130, 10077702, 40353614, 134217736, 387420498, 1000000010, 2357947702, 5159780364, 10604499386, 20661046798, 38443359390, 68719476752, 118587876514, 198359290386, 322687697798, 512000000020, 794280046602, 1207269217814, 1801152661486, 2641807540248
Offset: 0
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
A196291
a(n) = n^10 - n.
Original entry on oeis.org
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
- 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).
-
[n^10-n: n in [0..30]];
-
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 *)
-
a(n)=n^10-n \\ Charles R Greathouse IV, Nov 22 2011
A196292
a(n) = n^10 + n.
Original entry on oeis.org
0, 2, 1026, 59052, 1048580, 9765630, 60466182, 282475256, 1073741832, 3486784410, 10000000010, 25937424612, 61917364236, 137858491862, 289254654990, 576650390640, 1099511627792, 2015993900466, 3570467226642, 6131066257820, 10240000000020, 16679880978222, 26559922791446
Offset: 0
- 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).
Showing 1-4 of 4 results.