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!)
A137654 Numbers k such that 12^k + 11 is prime. 3
1, 4, 15, 157, 432, 6008, 14821, 23812, 24192 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(7) > 8000. - Jinyuan Wang, Mar 03 2020
LINKS
MATHEMATICA
Do[If[PrimeQ[(12^n+11)], Print[n]], {n, 2000}]
Select[Range[500], PrimeQ[12^#+11]&] (* Harvey P. Dale, Oct 15 2015 *)
PROG
(PARI) is(n)=ispseudoprime(12^n+11) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Sequence in context: A037447 A197753 A197934 * A349402 A277509 A195569
KEYWORD
nonn,more
AUTHOR
Zak Seidov, Feb 01 2008
EXTENSIONS
a(6) from Jinyuan Wang, Mar 03 2020
a(7)-a(9) from Michael S. Branicky, Mar 15 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 April 16 17:36 EDT 2024. Contains 371749 sequences. (Running on oeis4.)