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!)
A216203 Smallest prime that does not divide at least one n-digit zeroless pandigital number. 1
44449, 900001, 7000003, 20000003, 30000001, 100000007, 500000003, 1000000007, 6000000001 (list; graph; refs; listen; history; text; internal format)
OFFSET
9,1
COMMENTS
How many first terms are in A182051?
The analogous sequence for pandigital numbers is A228253. - Giovanni Resta, Aug 19 2013
LINKS
Carlos Rivera, Puzzle 259
Eric Weisstein's World of Mathematics, Pandigital Number
MATHEMATICA
lst = Times @@ Union[FromDigits@# & /@ Permutations@Range[9]]; n = 1; While[True, p = Prime[n]; If[! Divisible[lst, p], Print[p]; Break[]]; n++]
CROSSREFS
Sequence in context: A045937 A138359 A178553 * A194355 A258514 A258507
KEYWORD
base,more,nonn
AUTHOR
EXTENSIONS
a(11)-a(16) from Giovanni Resta, Mar 12 2013
a(17) from Giovanni Resta, Mar 13 2013
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 24 05:49 EDT 2024. Contains 371918 sequences. (Running on oeis4.)