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!)
A229814 Primes which are a concatenation of prime(i) and prime(prime(i)) for some i. 1
23, 1759, 2383, 41179, 61283, 71353, 83431, 127709, 2271433, 3372269, 3532381, 4993559, 5033593, 5714153, 7275503, 8876899, 9117109, 9377351, 9717649, 10618513, 142711909, 157913297, 166314107, 169314437, 170914591, 187116073, 187716127, 190716451, 194916901 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(2)=1759: prime(7)= 17 and prime(17)= 59. Concatenating 17 and 59 gives 1759 which is prime.
a(4)=41179: prime(13)= 41 and prime(41)= 179. Concatenating 41 and 179 gives 41179 which is prime.
MAPLE
K := proc(n) local a, b, d; a :=ithprime(n); b:=ithprime(a); d:=parse(cat(a, b)); if isprime(d) then return (d) end if; end proc:
seq(K(n), n=1..1000);
CROSSREFS
Sequence in context: A034243 A183480 A002439 * A326365 A319508 A331340
KEYWORD
nonn,base,less
AUTHOR
K. D. Bajpai, Sep 30 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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)