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!)
A089923 Largest prime in the reverse concatenation of the first n consecutive prime numbers when that concatenation is a prime. 0
5, 17, 89, 383 (list; graph; refs; listen; history; text; internal format)
OFFSET
5,1
LINKS
EXAMPLE
53 is the reverse concatenation of the consecutive primes 3 and 5. 53 is prime.
PROG
(PARI) revprime2(n) = { y=3; forprime(x=5, n, y=concat(Str(x), Str(y)); z=eval(y); if(ispseudoprime(z), print(x", "z)) ) }
CROSSREFS
Sequence in context: A153499 A012782 A026685 * A145041 A212291 A307176
KEYWORD
nonn,base
AUTHOR
Cino Hilliard, Jan 11 2004
EXTENSIONS
Edited by T. D. Noe, Oct 30 2008
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 29 15:32 EDT 2024. Contains 372114 sequences. (Running on oeis4.)