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.

A067502 Powers of 5 with digit sum also a power of 5.

Original entry on oeis.org

1, 5, 390625, 24308653429145084793531500210078610314805672534067059113676236776522261070450716567124784465334818816238150740449697195799672044813632965087890625
Offset: 1

Views

Author

Amarnath Murthy, Feb 11 2002

Keywords

Comments

Next terms are 5^977, 5^1007, 5^4938, 5^24709, 5^24733, 5^24853. - Sascha Kurz, Mar 18 2002

Crossrefs

Programs

  • Mathematica
    Select[5^(Range[209]-1),IntegerQ[Log[5,Total[IntegerDigits[#]]]]&] (* Stefano Spezia, Dec 23 2022 *)