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!)
A123366 Primes of the form 10*(10^(x+1)+10^x-1)+7. 0
1097, 1099997, 10999997, 1099999997, 1099999999999999999999997, 10999999999999999999999997, 1099999999999999999999999999999999999999997, 10999999999999999999999999999999999999999999999999999999999999999997 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
10(10^803+10^802-1)+7 is the largest PRP with less than 1000 digits.
LINKS
PROG
(PARI) g(n) = for(x=1, n, y=10*(10^(x+1)+10^x-1)+7; if(ispseudoprime(y), print1(y", ")))
CROSSREFS
Sequence in context: A184470 A234722 A160370 * A186476 A096926 A249287
KEYWORD
nonn
AUTHOR
Cino Hilliard, Oct 12 2006
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)