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!)
A306751 Numbers k such that 9*10^(2*k) + 3*10^k + 1 are prime. 1
0, 5, 14, 77, 104, 2603, 2657 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
13 is prime ==> a(1) = 0.
931 = 7^2 * 19.
90301 = 73 * 1237.
9003001 = 7 * 757 * 1699.
900030001 = 13 * 4969 * 13933.
90000300001 is prime ==> a(2) = 5.
PROG
(PARI) for(k=0, 1e3, if(ispseudoprime(9*100^k+3*10^k+1), print1(k", ")))
CROSSREFS
Sequence in context: A197876 A305017 A007838 * A305341 A316611 A174939
KEYWORD
nonn,base,more
AUTHOR
Seiichi Manyama, Aug 15 2019
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 June 6 04:47 EDT 2023. Contains 363139 sequences. (Running on oeis4.)