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!)
A092025 Numbers k such that the concatenation of the first k positive integers plus prime(k) is prime. 0
1, 44, 66, 398, 1582, 2484 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For n > 1, a(n) is even.
a(7) > 20239. - J.W.L. (Jan) Eerland, Mar 03 2023
LINKS
EXAMPLE
66 is in the sequence because 1.2.3...65.66 + prime(66) is prime.
MATHEMATICA
n=1; Monitor[Parallelize[While[True, If[PrimeQ[Prime[n]+FromDigits[Join@@IntegerDigits/@Range[n]]], Print[n]]; n++]; n], n] (* J.W.L. (Jan) Eerland, Mar 03 2023 *)
CROSSREFS
Sequence in context: A067737 A217218 A111494 * A250329 A242515 A156812
KEYWORD
nonn,base,more
AUTHOR
Farideh Firoozbakht, Feb 19 2004
EXTENSIONS
Edited by Charles R Greathouse IV, Apr 29 2010
a(6) from Max Alekseyev, Jan 28 2012
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 23 11:57 EDT 2024. Contains 372763 sequences. (Running on oeis4.)