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!)
A111436 Least multiple of n such that every partial concatenation followed by a 1 is prime. 0
1, 8, 3, 4, 5, 78, 28, 32, 36, 40, 176, 528, 624, 280, 30, 144, 1088, 432, 1273, 120, 1869, 440, 3427, 1632, 2000, 2080, 1701, 2268, 10179, 480, 5270, 2464, 660, 1632, 4970, 1044, 222, 2242, 351, 3120, 5576, 798, 1032, 5896, 630, 230, 1081, 8064, 9261, 9500 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
11, 181, 183, 1834, 183451, etc. are all prime.
MATHEMATICA
s = ""; Do[k = 1; While[ !PrimeQ[ToExpression[s <> ToString[k*n] <> "1"]], k++ ]; Print[k*n]; s = s <> ToString[k*n], {n, 1, 100}] (* Ryan Propper, Sep 21 2005 *)
CROSSREFS
Sequence in context: A070597 A222232 A091895 * A014549 A346441 A334064
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Aug 03 2005
EXTENSIONS
More terms from Ryan Propper, Sep 21 2005
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 March 29 22:15 EDT 2024. Contains 371282 sequences. (Running on oeis4.)