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!)
A059075 Numbers k such that 2*7^k + 3 is prime. 0
0, 1, 2, 5, 11, 30, 57, 78, 91, 390, 462, 667, 1214, 1811, 2054, 2937, 3055, 8518, 10665 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(20) > 21059. - Jinyuan Wang, Dec 08 2019
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 2*7^n + 3 ], Print[n] ], {n, 1, 6000} ]
PROG
(PARI) is(n)=ispseudoprime(2*7^n+3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A264771 A176637 A272675 * A345882 A121134 A144959
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Feb 12 2001
EXTENSIONS
a(18)-a(19) from Jinyuan Wang, Dec 08 2019
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 08:08 EDT 2024. Contains 371782 sequences. (Running on oeis4.)