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!)
A137652 Numbers k such that 12^k + 5 is prime. 2
1, 2, 3, 8, 21, 26, 31, 50, 55, 69, 392, 661, 12648 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(14) > 15000. - Jinyuan Wang, Mar 05 2020
LINKS
MATHEMATICA
Do[If[PrimeQ[(12^n+5)], Print[n]], {n, 2000}]
PROG
(PARI) is(n)=ispseudoprime(12^n+5) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Sequence in context: A175490 A118854 A192151 * A185381 A251608 A288252
KEYWORD
nonn,more
AUTHOR
Zak Seidov, Feb 01 2008
EXTENSIONS
a(13) from Jinyuan Wang, Mar 05 2020
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 April 30 07:52 EDT 2024. Contains 372127 sequences. (Running on oeis4.)