The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A080156 Values of n corresponding to the terms in sequence A080155. For any k, the concatenation of the a(1) to a(k)-th primes is prime and each value of k is the smallest for which this is true. 2
1, 2, 5, 11, 15, 50, 54, 106, 148, 149, 156, 188, 200, 211, 248, 326, 359, 374, 417, 467, 699, 798, 891, 966, 1038, 1519, 1542, 1578, 1831, 1908, 1982, 2079, 2305, 2640, 2660, 2845, 3078, 3145, 3760, 3777, 3835, 4538, 4630, 4991, 5019, 5554, 5658, 5827 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = prime(A080155(n)).
MAPLE
with(numtheory): pout := [2]: nout := [1]: for n from 2 to 5000 do: p := ithprime(n): d := parse(cat(seq(pout[i], i=1..nops(pout)), p)): if (isprime(d)) then pout := [op(pout), p]: nout := [op(nout), n]: fi: od: nout;
CROSSREFS
Sequence in context: A338013 A336190 A238159 * A082083 A287558 A024917
KEYWORD
nonn,base
AUTHOR
Mark Hudson (mrmarkhudson(AT)hotmail.com), Jan 31 2003
EXTENSIONS
Edited by Charles R Greathouse IV, Apr 30 2010
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 May 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)