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!)
A145852 Primes of the form k followed by a 0 and k 9's. 1
109, 2099, 409999, 1909999999999999999999, 2809999999999999999999999999999, 41099999999999999999999999999999999999999999, 7609999999999999999999999999999999999999999999999999999999999999999999999999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes of the form k*10^(k+1) + 10^k - 1.
LINKS
PROG
(PARI) lista(nn) = for(k=1, nn, if(ispseudoprime(q=k*10^(k+1)+10^k-1), print1(q, ", "))); \\ Jinyuan Wang, Mar 24 2020
CROSSREFS
Sequence in context: A232118 A201849 A061724 * A232198 A232416 A333116
KEYWORD
nonn
AUTHOR
Lekraj Beedassy, Oct 21 2008
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 August 13 21:35 EDT 2024. Contains 375144 sequences. (Running on oeis4.)