Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A030702 Decimal expansion of 6^n contains no zeros (probably finite). 27
0, 1, 2, 3, 4, 5, 6, 7, 8, 12, 17, 24, 29, 44 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
W. Schneider, NoZeros: Powers n^k without Digit Zero [Cached copy]
Eric Weisstein's World of Mathematics, Zero
MATHEMATICA
Select[Range[50], FreeQ[IntegerDigits[6^#], 0]&] (* Harvey P. Dale, Feb 26 2017 *)
PROG
(PARI) for(n=0, 199, vecmin(digits(6^n))&& print1(n", ")) \\ M. F. Hasler, Mar 07 2014
(Magma) [n: n in [0..500] | not 0 in Intseq(6^n)]; // Vincenzo Librandi, Mar 08 2014
CROSSREFS
Sequence in context: A066418 A361437 A015845 * A305926 A033087 A084589
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Offset corrected and initial 0 added by M. F. Hasler, Mar 07 2014
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 July 18 16:59 EDT 2024. Contains 374388 sequences. (Running on oeis4.)