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.

A195948 Powers of 5 which have no zero in their decimal expansion.

Original entry on oeis.org

1, 5, 25, 125, 625, 3125, 15625, 78125, 1953125, 9765625, 48828125, 762939453125, 3814697265625, 931322574615478515625, 116415321826934814453125, 34694469519536141888238489627838134765625
Offset: 1

Views

Author

M. F. Hasler, Sep 25 2011

Keywords

Comments

Probably finite. Is 34694469519536141888238489627838134765625 the largest term?

Crossrefs

Programs

  • Mathematica
    Select[5^Range[0,60],DigitCount[#,10,0]==0&] (* Harvey P. Dale, Aug 30 2016 *)
  • PARI
    for( n=0,9999, is_A052382(5^n) && print1(5^n,","))

Formula

a(n) = 5^A008839(n).
A000351 intersect A052382.

Extensions

Keyword:fini removed by Jianing Song, Jan 28 2023 as finiteness is only conjectured.