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!)
A057437 Numbers k such that 10*7^k + 1 is prime. 1
0, 1, 2, 5, 7, 9, 11, 14, 22, 45, 54, 67, 74, 321, 706, 902, 962, 11393, 13605, 17005, 17364, 27129, 27674 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(22) > 20169. - Jinyuan Wang, Jan 21 2020
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 10*7^n + 1], Print[n]], {n, 1, 1000}]
PROG
(PARI) is(n)=ispseudoprime(10*7^n+1) \\ Charles R Greathouse IV, Jun 12 2017
CROSSREFS
Sequence in context: A169865 A286991 A029905 * A339922 A359071 A196255
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Sep 08 2000
EXTENSIONS
First term 0 inserted by and a(18)-a(21) from Jinyuan Wang, Jan 21 2020
a(22)-a(23) from Michael S. Branicky, Mar 20 2024
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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)