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!)
A302136 Numbers k such that 10*k^k - 9 is prime. 4

%I #20 Mar 29 2023 04:53:11

%S 2,4,14,80,1133,4120

%N Numbers k such that 10*k^k - 9 is prime.

%C 10*1133^1133 - 9 is a probable prime.

%C a(6) > 3000. - _Tyler NeSmith_, May 15 2021

%o (PARI) isok(k) = ispseudoprime(10*k^k - 9); \\ _Altug Alkan_, Apr 02 2018

%Y Numbers k such that b*k^k - b + 1 is prime: A110931 (b=2), A302132 (b=3), A301521 (b=4), A302123 (b=6), A302133 (b=8), A302134 (b=9), this sequence (b=10).

%Y Cf. A302137.

%K nonn,more

%O 1,1

%A _Seiichi Manyama_, Apr 02 2018

%E a(6) from _Michael S. Branicky_, Mar 28 2023

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 April 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)