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!)
A195944 Numbers k such that 13^k has no zero in its decimal expansion. 21
0, 1, 2, 3, 4, 5, 7, 10, 14 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Probably finite. Is 14 the largest term?
LINKS
FORMULA
Equals { n | A001022(n) is in A052382 }.
MATHEMATICA
Select[Range[0, 20], DigitCount[13^#, 10, 0]==0&] (* Harvey P. Dale, May 24 2023 *)
PROG
(PARI) for( n=0, 9999, is_A052382(13^n) && print1(n", "))
(Magma) [n: n in [0..1000] | not 0 in Intseq(13^n) ]; // Vincenzo Librandi, May 06 2015
CROSSREFS
Sequence in context: A018127 A017835 A007601 * A087830 A039857 A255216
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Sep 25 2011
EXTENSIONS
Keyword:fini removed by Jianing Song, Jan 28 2023 as finiteness is only conjectured.
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)