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!)
A309744 Numbers k such that 81*10^(2*k) + 9*10^k + 1 is prime. 1

%I #24 Sep 05 2024 10:16:16

%S 1,3,17,31,7101,14183

%N Numbers k such that 81*10^(2*k) + 9*10^k + 1 is prime.

%e 91 = 7 * 13.

%e 8191 is prime ==> a(1) = 0.

%e 810901 = 7^2 * 13 * 19 * 67.

%e 81009001 is prime ==> a(2) = 3.

%e 8100090001 = 73 * 271 * 331 * 1237.

%e 810000900001 = 1471 * 550646431.

%e 81000009000001 = 7 * 13 * 613 * 757 * 1129 * 1699.

%e 8100000090000001 = 31 * 439 * 595194363289.

%e 810000000900000001 = 7 * 13 * 157 * 193 * 4243 * 4969 * 13933.

%e 81000000009000000001 = 271 * 298892988963099631.

%o (PARI) for(k=0, 1e3, if(ispseudoprime(81*100^k+9*10^k+1), print1(k", ")))

%Y Cf. A309738, A309743.

%K nonn,more,base,changed

%O 1,2

%A _Seiichi Manyama_, Aug 15 2019

%E a(6) from _Michael S. Branicky_, Sep 05 2024

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 12 11:08 EDT 2024. Contains 375850 sequences. (Running on oeis4.)