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!)
A090508 Least number beginning with prime(n) such that every concatenation is a prime. 1
2, 3, 51, 71, 1137, 1321, 1727, 1947, 2383, 2919, 311, 3723, 4173, 43197, 47307, 531, 59103, 6117, 67279, 7191, 73457, 79159, 8379, 8913, 97697, 1011483, 10399, 107151, 10959, 113529, 12713, 1311171, 137649, 139101, 149107, 1511229, 15743, 163639 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
l:=[]: for n from 1 to 40 do p:=ithprime(n): m:=p: lcon:=cat(op(l)): for i from 1 do if(isprime(parse(cat(lcon, m)))) then l:=[op(l), m]: break fi: m:=parse(cat(p, 2*i-1)) od od: op(l); # C. Ronaldo
CROSSREFS
Cf. A090509.
Sequence in context: A113700 A065646 A268251 * A126716 A355648 A347894
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Dec 06 2003
EXTENSIONS
More terms from C. Ronaldo (aga_new_ac(AT)hotmail.com), Jan 18 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 April 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)