login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113934 (RSA-704) + 10^n = prime where RSA-704 is the 212 decimal digit unfactored RSA challenge number. 0
206, 356, 1274, 1528, 1568, 2402 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

This sequence shows that the difference between a composite number and a prime rests on the modification of a single decimal digit of the given composite integer.

EXAMPLE

(RSA-704)+ 10^206 is prime.

MATHEMATICA

Position[PrimeQ[Table[ \

740375634795617128280467960974295731425931888892312890849362326389727650340282\

662768919964196251178439958943305021275853701189680982867331732731089309005525\

05116877063299072396380786710086096962537934650563796359 + 10^n, {n, 2000}]], \

True]

PROG

(PARI) \\ Set N to RSA-704

for(n=1, 1e4, if(ispseudoprime(N+10^n), print1(n", "))) \\ Charles R Greathouse IV, Oct 05 2011

CROSSREFS

Sequence in context: A058180 A025351 A025343 * A113490 A054007 A201032

Adjacent sequences:  A113931 A113932 A113933 * A113935 A113936 A113937

KEYWORD

nonn

AUTHOR

Joao da Silva (zxawyh66(AT)yahoo.com), Jan 30 2006

EXTENSIONS

a(6) from Charles R Greathouse IV, Oct 05 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 12 21:29 EST 2012. Contains 205433 sequences.