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.

Showing 1-3 of 3 results.

A036092 Centered cube numbers: a(n) = (n+1)^14 + n^14.

Original entry on oeis.org

1, 16385, 4799353, 273218425, 6371951081, 84467679721, 756587236945, 5076269583953, 27274838966065, 122876792454961, 479749833583241, 1663668298132105, 5221294850248153, 15049383211257305, 40304932850948641, 101250520063318561, 240435420597328865
Offset: 0

Views

Author

Keywords

Comments

Never prime, as a(n) = (2n^2 + 2n + 1) * (n^12 + 6n^11 + 39n^10 + 140n^9 + 341n^8 + 590n^7 + 741n^6 + 680n^5 + 451n^4 + 210n^3 + 65n^2 + 12n + 1). Semiprime for n in {2, 5, 22, 24, 34, 35, 39, 84, 217, 220, 285, ...}. - Jonathan Vos Post, Aug 26 2011

Crossrefs

Programs

Formula

G.f.: -(x +1)^2*(x^12 +16368*x^11 +4520946*x^10 +193889840*x^9 +2377852335*x^8 +10465410528*x^7 +17505765564*x^6 +10465410528*x^5 +2377852335*x^4 +193889840*x^3 +4520946*x^2 +16368*x +1) / (x -1)^15. - Colin Barker, Feb 16 2015

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

A036095 Centered cube numbers: a(n) = (n+1)^17 + n^17.

Original entry on oeis.org

1, 131073, 129271235, 17309009347, 780119322309, 17689598897861, 249557173431943, 2484430327672455, 18928981513351817, 116677181699666569, 605447028499293771, 2724058135239730763, 10869027026121774925
Offset: 0

Views

Author

Keywords

Comments

Never prime, as a(n) = (2n + 1) * (n^16 + 8n^15 + 64n^14 + 308n^13 + 1036n^12 + 2576n^11 + 4900n^10 + 7274n^9 + 8518n^8 + 7896n^7 + 5776n^6 + 3300n^5 + 1444n^4 + 468n^3 + 106n^2 + 15n + 1). Semiprime for n in {1, 5, 21, 29, 33, ...}. - Jonathan Vos Post, Aug 27 2011

References

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

Crossrefs

Programs

Showing 1-3 of 3 results.