A196292 a(n) = n^10 + n.
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
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).
Programs
-
Magma
[n^10+n: n in [0..30]];
Formula
a(n) = 2 * A168118(n). - Alois P. Heinz, Jul 28 2025