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!)
A099082 Numbers k such that 1.2. ... .k-1.k + 2 is prime (dot between numbers means concatenation). 3
1, 5, 9, 11, 65, 159 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that A007908(k)+2 is prime.
Next term is greater than 2000.
a(7) > 4034. - J.W.L. (Jan) Eerland, Nov 19 2022
a(7) > 15176. - J.W.L. (Jan) Eerland, Feb 24 2023
LINKS
EXAMPLE
9 is in the sequence because 123456789 + 2 is prime.
MATHEMATICA
n=0; Monitor[Parallelize[While[True, If[PrimeQ[2+ToExpression[StringJoin[ToString/@Table[k, {k, 1, n}]]]], Print[n]]; n++]; n], n] (* J.W.L. (Jan) Eerland, Nov 19 2022 *)
CROSSREFS
Sequence in context: A288143 A120228 A053749 * A062217 A331053 A314605
KEYWORD
base,more,nonn
AUTHOR
Farideh Firoozbakht, Oct 23 2004
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 25 13:43 EDT 2024. Contains 372788 sequences. (Running on oeis4.)