Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A089922
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A089922 Largest odd number in the reverse concatenation of the first n consecutive odd numbers when that concatenation is prime. +0
3
3, 73, 123, 817, 5433 (list; graph; listen)
OFFSET

3,1

COMMENT

These numbers are rare. For the case of the reverse concatenation of the consecutive numbers 1,2,3,... I have only found 828180...54321. Certainly, we can reduce the trials by noting that 2/3 of the numbers formed this way are multiples of 3 for the consecutive numbers and 1/3 of the odd consecutive numbers is a multiple of 3 but I do not think that will help much using PARI.

The number corresponding to 54335431...7531 has 10313 digits. The next term, if it exists is greater than 13000. [From Dmitry Kamenetsky (dkamen(AT)rsise.anu.edu.au), Feb 21 2009]

EXAMPLE

31 is the reverse concatenation of the consecutive odd numbers 1 and 3. 31 is

prime. 817815813...531 is the reverse concatenation of the odd numbers 1 to 817.

817815813...531 is a probable prime.

PROGRAM

(PARI) revprime2(n) = { y=1; forstep(x=3, n, 2, y=concat(Str(x), Str(y)); z=eval(y); if(ispseudoprime(z), print(x", "z)) ) }

CROSSREFS

Cf. original concatenation in A038395. [From Dmitry Kamenetsky (dkamen(AT)rsise.anu.edu.au), Feb 21 2009]

Sequence in context: A006270 A139888 A079594 this_sequence A041279 A054699 A102267

Adjacent sequences: A089919 A089920 A089921 this_sequence A089923 A089924 A089925

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

Added a new term 5433. This number is a probable prime with 20 iterations of Miller-Rabin test. Dmitry Kamenetsky (dkamen(AT)rsise.anu.edu.au), Feb 21 2009

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research