login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A030703 Decimal expansion of 7^n contains no zeros (probably finite). 26
0, 1, 2, 3, 6, 7, 10, 11, 19, 35 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
No additional terms up to 20000. - Harvey P. Dale, Oct 02 2013
LINKS
W. Schneider, NoZeros: Powers n^k without Digit Zero [Cached copy]
Eric Weisstein's World of Mathematics, Zero
FORMULA
A030703 = A000420^(-1)(A052382) as a set, where f^(-1)(Y) = { x : f(x) in Y}.
A030703 = A000420^(-1) o A195908 as a function. - M. F. Hasler, Sep 25 2011
MATHEMATICA
Select[Range[0, 100], DigitCount[7^#, 10, 0]==0&] (* Harvey P. Dale, Oct 02 2013 *)
PROG
(PARI) for( n=0, 9999, is_A052382(7^n) && print1(n, ", ")) \\ M. F. Hasler, Sep 25 2011
(Magma) [n: n in [0..500] | not 0 in Intseq(7^n)]; // Vincenzo Librandi, Mar 08 2014
CROSSREFS
Sequence in context: A278965 A032858 A181498 * A305927 A271585 A351715
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Initial term 0 inserted by M. F. Hasler, Sep 25 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)