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.

A273546 Integers n such that n^n is the average of a nonzero square and a positive cube.

Original entry on oeis.org

0, 1, 4, 6, 8, 9, 12, 13, 14, 18, 24, 25
Offset: 1

Views

Author

Altug Alkan, May 26 2016

Keywords

Comments

Integers n such that n^n = (x^2 + y^3)/2 where x, y > 0, is soluble.

Examples

			13 is a term because 13^13 = (24134045^2 + 28561^3)/2.
		

Crossrefs

Programs

Extensions

a(10)-a(12) from Giovanni Resta, May 26 2016