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!)
A068003 a(1) = 5, a(n+1) is the concatenation of a(n) and the next prime after a(n). 2
5, 57, 5759, 57595779, 5759577957595817, 57595779575958175759577957595829, 5759577957595817575957795759582957595779575958175759577957595857 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
NextPrim[n_] := Block[{k = n + 1}, While[ !PrimeQ[k], k++ ]; k]; f[n_] := ToExpression[ ToString[n] <> ToString[ NextPrim[n]]]; NestList[f, 5, 7]
NestList[# 10^IntegerLength[NextPrime[#]]+NextPrime[#]&, 5, 10] (* Harvey P. Dale, Jul 02 2020 *)
CROSSREFS
Sequence in context: A209522 A213796 A086060 * A295902 A290343 A173202
KEYWORD
easy,nonn,base
AUTHOR
Robert G. Wilson v, Feb 10 2002
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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)