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-1 of 1 results.

A035131 Cubes that when digits rotated left once remain cubic.

Original entry on oeis.org

1, 8, 512, 95443993
Offset: 1

Views

Author

Patrick De Geest, Nov 15 1998

Keywords

Comments

Those resulting in leading zeros excluded.

Examples

			8^3 = 512 and 125 = 5^3.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[500]^3, (d = RotateLeft @ IntegerDigits[#])[[1]] > 0 && IntegerQ @ Surd[FromDigits @ d, 3] &] (* Amiram Eldar, Oct 08 2019 *)
Showing 1-1 of 1 results.