login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A133074
Concatenation of next n isolated primes.
1
2, 2337, 475367, 79838997, 113127131157163, 167173211223233251, 257263277293307317331, 337353359367373379383389, 397401409439443449457467479, 487491499503509541547557563577
OFFSET
1,1
MATHEMATICA
Module[{ip=Select[Prime[Range[200]], NoneTrue[#+{2, -2}, PrimeQ]&], c}, c = Floor[ (Sqrt[8 Length[ip]+1]-1)/2]; FromDigits[Flatten[IntegerDigits/@#]]&/@TakeList[ ip, Range[c]]] (* Harvey P. Dale, Jun 09 2022 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Omar E. Pol, Nov 10 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 20 21:24 EDT 2024. Contains 376078 sequences. (Running on oeis4.)