%I #28 Jan 28 2023 14:01:04
%S 1,7,49,343,117649,823543,282475249,1977326743,11398895185373143,
%T 378818692265664781682717625943
%N Powers of 7 which have no zero in their decimal expansion.
%C Probably finite. Is 378818692265664781682717625943 the largest term?
%C No further terms up to 7^50,000, a number with 42,255 digits. - _Harvey P. Dale_, Jul 14 2022
%H M. F. Hasler, <a href="https://oeis.org/wiki/Zeroless_powers">Zeroless powers</a>, OEIS Wiki, Mar 07 2014
%H 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.
%H W. Schneider, <a href="http://oeis.org/A007496/a007496.html">NoZeros: Powers n^k without Digit Zero</a> (local copy of www.wschnei.de/digit-related-numbers/nozeros.html), as of Jan 30 2003.
%F a(n) = 7^A030703(n).
%F A000420 intersect A052382.
%t Select[7^Range[0,50],DigitCount[#,10,0]==0&] (* _Harvey P. Dale_, Jul 14 2022 *)
%o (PARI) for( n=1,9999, is_A052382(7^n) && print1(7^n,","))
%o (Magma) [7^n: n in [0..3*10^4] | not 0 in Intseq(7^n)]; // _Bruno Berselli_, Sep 26 2011
%Y Cf. A195942, A195943, A195944, A195945, A195946, A195948, A007377, A008839, A030700, A030701, A030702, A030703, A030704, A030705, A030706.
%K nonn,base
%O 1,2
%A _M. F. Hasler_, Sep 25 2011
%E Keyword:fini removed by _Jianing Song_, Jan 28 2023 as finiteness is only conjectured.