Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A089923
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A089923 Largest prime in the reverse concatenation of the first n consecutive prime numbers when that concatenation is a prime. +0
1
5, 17, 89, 383 (list; graph; listen)
OFFSET

5,1

EXAMPLE

53 is the reverse concatenation of the consecutive primes 3 and 5. 53 is prime.

PROGRAM

(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 this_sequence A145041 A139390 A145824

Adjacent sequences: A089920 A089921 A089922 this_sequence A089924 A089925 A089926

KEYWORD

nonn,base

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jan 11 2004

EXTENSIONS

Edited by T. D. Noe (noe(AT)sspectra.com), Oct 30 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 2 11:54 EST 2009. Contains 167921 sequences.


AT&T Labs Research