A036100 Centered cube numbers: (n+1)^22 + n^22.
1, 4194305, 31385253913, 17623567104025, 2401777977060041, 134005889633282761, 4041442752425255185, 77696797343421194513, 1058557878478449439345, 10984770902183611232881
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
Programs
-
Magma
[(n+1)^22+n^22: n in [0..20]]; // Vincenzo Librandi, Aug 28 2011
-
Mathematica
Total/@(Partition[Range[0,10],2,1]^22) (* Harvey P. Dale, Jun 28 2015 *)
Comments