A238939 Powers of 3 without the digit '0' in their decimal expansion.
1, 3, 9, 27, 81, 243, 729, 2187, 6561, 19683, 177147, 531441, 1594323, 4782969, 1162261467, 94143178827, 282429536481, 2541865828329, 7625597484987, 22876792454961, 617673396283947, 16677181699666569, 278128389443693511257285776231761
Offset: 1
Links
- M. F. Hasler, Zeroless powers, OEIS wiki, Mar 07 2014.
Crossrefs
Programs
-
Mathematica
Select[3^Range[0,100],DigitCount[#,10,0]==0&] (* Paolo Xausa, Oct 07 2023 *)
-
PARI
for(n=0,99,vecmin(digits(3^n))&& print1(3^n","))
Formula
a(n) = 3^A030700(n).
Extensions
Keyword:fini removed by Jianing Song, Jan 28 2023 as finiteness is only conjectured.
Comments