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!)
A123216 Concatenated index primes. Primes whose indices are the concatenation of the consecutive integers. 0
2, 37, 677, 10061, 132241, 1632899, 19394489, 224284387, 2543568463, 313945524931, 37301821050191 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The last term was taken from a file of all primes < 1 trillion. The next term, prime(1234567891011) ~ 37301821238347 is exact in the first 7 places. This and larger indices can be computed with an exponential bisection routine given in the link.
LINKS
EXAMPLE
The concatenation of the first three integers is 123. Prime(123) = 677, the 3rd entry.
MATHEMATICA
Prime@*FromDigits@*Flatten@*IntegerDigits@*Range~Array~10 (* Giorgos Kalogeropoulos, Oct 19 2022 *)
PROG
(PARI) g(n) = st=""; for(x=1, n, st=concat(st, Str(x)); print1(prime(eval(st))", "))
CROSSREFS
Sequence in context: A337306 A216539 A139122 * A307318 A058245 A257995
KEYWORD
more,nonn,base
AUTHOR
Cino Hilliard, Oct 06 2006
EXTENSIONS
a(11) from Giorgos Kalogeropoulos, Oct 19 2022
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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)