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.

A274219 Numbers n such that n^k is the average of a positive square and a positive cube for all k > 0.

Original entry on oeis.org

1, 64, 729, 1000, 1728, 4096, 13456, 15625, 27000, 46656, 59319, 64000, 110592, 117649, 148877, 262144, 531441, 729000, 777924, 861184, 1000000, 1259712, 1537600, 1728000
Offset: 1

Views

Author

Altug Alkan, Jun 14 2016

Keywords

Comments

Terms of this sequence are 1, 2^6, 3^6, 10^3, 12^3, 2^12, 116^2, 5^6, 30^3, ...

Examples

			13456 = 116^2 is a term because 13456 = (163^2 + 7^3) / 2, 13456^2 = (1088^2 + 712^3) / 2, 13456^3 = ((116^3)^2 + (116^2)^3) / 2, 13456^4 = (254426048^2 + 94192^3) / 2, 13456^5 = (1698254848^2 + 9580672^3) / 2, 13456^6 = ((116^6)^2 + (116^4)^3) / 2.
		

Crossrefs

Cf. A055394.

Programs

Extensions

a(13)-a(18) from Giovanni Resta, Jun 14 2016