login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A195945 Powers of 13 which have no zero in their decimal expansion. 9
1, 13, 169, 2197, 28561, 371293, 62748517, 137858491849, 3937376385699289 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

Probably finite. Is 3937376385699289 the largest term?

No further terms up to 13^25000. [From Harvey P. Dale, Oct 01 2011]

LINKS

Table of n, a(n) for n=1..9.

C. Rivera, Puzzle 607. A zeroless Prime power, on primepuzzles.net, Sept. 24, 2011.

W. Schneider, NoZeros: Powers n^k without Digit Zero (local copy of www.wschnei.de/digit-related-numbers/nozeros.html), as of Jan 30 2003.

FORMULA

A195945 = A001022 intersect A052382 (as a set).

A195945 = A001022 o A195944 (as a function).

MATHEMATICA

Select[13^Range[0, 250], DigitCount[#, 10, 0]==0&] (* From Harvey P. Dale, Oct 01 2011 *)

PROG

(PARI) for( n=0, 9999, is_A052382(13^n) && print1(13^n, ", "))

(MAGMA) [13^n: n in [0..2*10^4] | not 0 in Intseq(13^n)]; // Bruno Berselli, Sep 26 2011

CROSSREFS

Cf. A195942, A195943, A195944, A195946, A195908, A195948, A007377, A008839, A030700, A030701, A030702, A030703, A030704, A030705, A030706.

Sequence in context: A045597 A045600 A001022 * A020533 A176596 A176023

Adjacent sequences:  A195942 A195943 A195944 * A195946 A195947 A195948

KEYWORD

nonn,base

AUTHOR

M. F. Hasler (oeis-removeThis@hasler.fr), Sep 25 2011

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 19 13:28 EDT 2013. Contains 225429 sequences.