A036085 Centered cube numbers: (n+1)^7 + n^7.
1, 129, 2315, 18571, 94509, 358061, 1103479, 2920695, 6880121, 14782969, 29487171, 55318979, 98580325, 168162021, 276272879, 439294831, 678774129, 1022558705, 1506091771, 2173871739, 3081088541, 4295446429, 5899183335, 7991296871, 10689987049, 14135325801
Offset: 0
References
- B. K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558.
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+1)^7+n^7: n in [0..30]]; // Vincenzo Librandi, Aug 27 2011
-
PARI
a(n)=(n+1)^7+n^7 \\ Charles R Greathouse IV, Oct 07 2015
Formula
G.f.: (1+x)*(x^6 + 120*x^5 + 1191*x^4 + 2416*x^3 + 1191*x^2 + 120*x + 1) / (x-1)^8. - R. J. Mathar, Aug 27 2011
Comments