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!)
A057018 Numbers k such that (10*7^k -1)/3 is prime. 0
0, 1, 2, 14, 29, 38, 40, 59, 62, 64, 76, 80, 101, 491, 1024, 1814, 1826, 13733 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
No further terms through k = 5000. - Harvey P. Dale, Jan 09 2016
a(19) > 20941. - Jinyuan Wang, Dec 27 2019
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ (10*7^n -1)/3 ], Print[ n ] ], {n, 0, 2500} ]
Select[Range[0, 1900], PrimeQ[(10*7^#-1)/3]&] (* Harvey P. Dale, Jan 09 2016 *)
PROG
(PARI) is(n)=ispseudoprime((10*7^n-1)/3) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A057437.
Sequence in context: A189331 A157023 A101554 * A038341 A075718 A259710
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Sep 09 2000
EXTENSIONS
a(18) from Jinyuan Wang, Dec 27 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 27 18:09 EDT 2024. Contains 372020 sequences. (Running on oeis4.)