A194553 Centered cube numbers: (n+1)^25 + n^25.
1, 33554433, 847322163875, 1126747195452067, 299149123783795749, 28728311253806654501, 1369498907693894602183, 39120000482621126610375, 755676919554809750479817, 10717897987691852588770249, 118347059433883722041830251
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (26, -325, 2600, -14950, 65780, -230230, 657800, -1562275, 3124550, -5311735, 7726160, -9657700, 10400600, -9657700, 7726160, -5311735, 3124550, -1562275, 657800, -230230, 65780, -14950, 2600, -325, 26, -1).
Crossrefs
Programs
-
Magma
[(n+1)^25+n^25: n in [0..10]]; // Vincenzo Librandi, Sep 21 2011
-
Mathematica
Total/@Partition[Range[0,20]^25,2,1] (* Harvey P. Dale, Dec 03 2015 *)
Comments