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!)
A260874 Smallest prime of the form p//r//p//r//p//r// ...., where p = prime(n), r = A004086(p) and // denotes concatenation. 1
1331133113, 17711771177117711771177117711771177117711771177117711771177117711771177117, 19911991199119, 23322332233223322332233223322332233223322332233223322332233223322332233223322332233223322332233223322332233223322332233223, 2992299229, 31133113311331 (list; graph; refs; listen; history; text; internal format)
OFFSET
6,1
LINKS
PROG
(PARI) a(n) = p=prime(n); r=eval(concat(Vecrev(Str(p)))); s=eval(Str(p, r)); i=0; while(!ispseudoprime(s), if(i%2==0, s=eval(Str(s, p)); i++, s=eval(Str(s, r)); i++)); s
CROSSREFS
Sequence in context: A172787 A172849 A213161 * A251358 A346959 A068746
KEYWORD
nonn,base
AUTHOR
Felix Fröhlich, Aug 02 2015
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 25 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)