A190578 a(n) = n^7 + n.
0, 2, 130, 2190, 16388, 78130, 279942, 823550, 2097160, 4782978, 10000010, 19487182, 35831820, 62748530, 105413518, 170859390, 268435472, 410338690, 612220050, 893871758, 1280000020, 1801088562, 2494357910, 3404825470, 4586471448
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (8, -28, 56, -70, 56, -28, 8, -1).
Programs
-
Magma
[n^7+n: n in [0..30]]; // Vincenzo Librandi, Sep 30 2011
-
Mathematica
k=7; Table[n^k+n,{n,0,50}]
Extensions
Offset changed from 1 to 0 by Vincenzo Librandi, Sep 30 2011
Comments