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!)
A059091 Numbers k such that 3*7^k - 2 is prime. 1
1, 11, 168, 185, 467, 767, 1400, 1428, 1736, 2516, 3275, 3540 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(13) > 37584. - Jinyuan Wang, Jan 21 2020
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 3*7^n - 2 ], Print[n] ], {n, 1, 5000} ]
PROG
(PARI) is(n)=ispseudoprime(3*7^n-2) \\ Charles R Greathouse IV, Jun 13 2017
(Magma) [k: k in [0..1000] | IsPrime(3*7^k-2)]; // Jinyuan Wang, Jan 21 2020
CROSSREFS
Cf. A059041 (3*7^k+2 is prime).
Sequence in context: A088293 A145559 A159968 * A255971 A157944 A362501
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Feb 12 2001
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 03:57 EDT 2024. Contains 371782 sequences. (Running on oeis4.)