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!)
A137653 Numbers k such that 12^k + 7 is prime. 2
1, 2, 4, 5, 6, 20, 21, 22, 28, 58, 120, 144, 1100, 1926, 2892, 4773, 5214, 17241, 18980 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(18) > 7150. - Jinyuan Wang, Mar 03 2020
LINKS
MATHEMATICA
Do[If[PrimeQ[(12^n+7)], Print[n]], {n, 2000}]
PROG
(PARI) is(n)=ispseudoprime(12^n+7) \\ Charles R Greathouse IV, Jun 06 2017
CROSSREFS
Sequence in context: A008319 A033311 A098504 * A021411 A257433 A005532
KEYWORD
nonn,more
AUTHOR
Zak Seidov, Feb 01 2008
EXTENSIONS
a(15)-a(17) from Jinyuan Wang, Mar 03 2020
a(18)-a(19) 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)