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!)
A096212 Primes of the form 10^n + 10^(n-4) - 1. 0

%I #3 Oct 01 2013 17:58:00

%S 1000099,1000099999,1000099999999999999,

%T 1000099999999999999999999999999,1000099999999999999999999999999999,

%U 10000999999999999999999999999999999999999

%N Primes of the form 10^n + 10^(n-4) - 1.

%o (PARI) f(n,z) = for(x=z,n,y=10^x+10^(x-z)-1;if(ispseudoprime(y),print1(y",")))

%K nonn

%O 1,1

%A _Cino Hilliard_, Jul 28 2004

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 September 13 20:16 EDT 2024. Contains 375910 sequences. (Running on oeis4.)