A238940 Powers of 4 without the digit '0' in their decimal expansion.
1, 4, 16, 64, 256, 16384, 65536, 262144, 16777216, 268435456, 4294967296, 17179869184, 68719476736, 4722366482869645213696, 75557863725914323419136, 77371252455336267181195264
Offset: 1
Links
- M. F. Hasler, Zeroless powers, OEIS Wiki, Mar 07 2014
Crossrefs
Programs
-
Mathematica
Select[4^Range[0,50],DigitCount[#,10,0]==0&] (* Harvey P. Dale, Aug 31 2021 *)
-
PARI
for(n=0,99,vecmin(digits(4^n))&& print1(4^n","))
Formula
a(n)=4^A030701(n).
Extensions
Keyword:fini removed by Jianing Song, Jan 28 2023 as finiteness is only conjectured.
Comments