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!)
A309743 Numbers k such that 9*10^(2*k) + 9*10^k + 1 is prime. 3
0, 1, 2, 6, 12, 245, 298, 2967, 4321, 7225, 11267 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(12) > 2*10^4. - Tyler Busby, Jan 07 2023
LINKS
EXAMPLE
19 is prime. ==> a(1) = 0.
991 is prime. ==> a(2) = 1.
90901 is prime. ==> a(3) = 2.
9009001 = 131 * 68771.
900090001 = 421 * 2137981.
90000900001 = 131 * 701 * 980071.
9000009000001 is prime. ==> a(4) = 6.
PROG
(PARI) for(k=0, 1e3, if(ispseudoprime(9*100^k+9*10^k+1), print1(k", ")))
CROSSREFS
Cf. A309739.
Sequence in context: A105122 A351940 A132076 * A291062 A058046 A298410
KEYWORD
nonn,more
AUTHOR
Seiichi Manyama, Aug 15 2019
EXTENSIONS
a(10)-a(11) from Tyler Busby, Jan 07 2023
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 19 11:43 EDT 2024. Contains 375287 sequences. (Running on oeis4.)