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.

This page as a plain text file.
%I A195948 #15 Jan 28 2023 14:00:56
%S A195948 1,5,25,125,625,3125,15625,78125,1953125,9765625,48828125,
%T A195948 762939453125,3814697265625,931322574615478515625,
%U A195948 116415321826934814453125,34694469519536141888238489627838134765625
%N A195948 Powers of 5 which have no zero in their decimal expansion.
%C A195948 Probably finite. Is 34694469519536141888238489627838134765625 the largest term?
%H A195948 C. Rivera, <a href="http://www.primepuzzles.net/puzzles/puzz_607.htm">Puzzle 607. A zeroless Prime power</a>, on primepuzzles.net, Sept. 24, 2011.
%F A195948 a(n) = 5^A008839(n).
%F A195948 A000351 intersect A052382.
%t A195948 Select[5^Range[0,60],DigitCount[#,10,0]==0&] (* _Harvey P. Dale_, Aug 30 2016 *)
%o A195948 (PARI) for( n=0,9999, is_A052382(5^n) && print1(5^n,","))
%Y A195948 Cf. A195943, A195944, A195945, A195946, A195908, A007377, A008839, A030700, A030701, A030702, A030703, A030704, A030705, A030706.
%K A195948 nonn,base
%O A195948 1,2
%A A195948 _M. F. Hasler_, Sep 25 2011
%E A195948 Keyword:fini removed by _Jianing Song_, Jan 28 2023 as finiteness is only conjectured.