cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A036093 Centered cube numbers: (n+1)^15 + n^15.

Original entry on oeis.org

1, 32769, 14381675, 1088090731, 31591319949, 500702562701, 5217746494519, 39931933598775, 241075504183481, 1205891132094649, 5177248169415651, 19584269744002019, 66592914588677125, 206753988571902981
Offset: 0

Views

Author

Keywords

Comments

Never prime nor semiprime, nor triprime, as a(n) = (2n+1) * (n^2 + n + 1) * (n^4 + 2n^3 + 4n^2 + 3n + 1) * (n^8 + 4n^7 + 30n^6 + 76n^5 + 99n^4 + 76n^3 + 35n^2 + 9n + 1). Has the nontrivial minimum 4 prime factors when n is in {1, 5, 105, ...}. - Jonathan Vos Post, Aug 27 2011

Examples

			1^15 + (1+1)^15 = 32769 = 3^2 * 11 * 331 which has the nontrivial minimum 4 prime factors (see A014613).
		

References

  • B. K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558.

Crossrefs

Programs