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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A030705 Numbers k such that the decimal expansion of 9^k contains no zeros (probably finite). 27
0, 1, 2, 3, 4, 6, 7, 12, 13, 14, 17, 34 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Integers in A030700 / 2. - M. F. Hasler, Mar 07 2014
No more terms <= 10^5. - Georg Fischer, Mar 12 2020
LINKS
Eric Weisstein's World of Mathematics, Zero
MATHEMATICA
Reap[For[n = 0, n < 100, n++, If[FreeQ[IntegerDigits[9^n], 0], Sow[n]]]][[2, 1]] (* Jean-François Alcover, Oct 04 2017 *)
PROG
(PARI) select( is(n)=vecmin(digits(9^n)), [0..39]) \\ M. F. Hasler, Mar 07 2014
(Magma) [n: n in [0..500] | not 0 in Intseq(9^n)]; // Vincenzo Librandi, Mar 08 2014
CROSSREFS
Cf. A007377 (analog for 2^n), A030700 (3), A030701 (4), A008839 (5), A030702 (6), A030703 and A195908 (7), A030704 (8), A030706 and A195946 (11), A195944 and A195945 (13); A195942, A195943.
This is row 0 of A305929.
Cf. A035064.
Sequence in context: A002235 A217132 A239014 * A305929 A057128 A018534
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Offset changed to 1 and initial 0 added by M. F. Hasler, Mar 07 2014
Removed keyword "fini" (as in A035064) since it is only a conjecture that this sequence contains only finitely many terms. - Georg Fischer, Mar 12 2020
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 December 5 13:14 EST 2023. Contains 367591 sequences. (Running on oeis4.)