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!)
A245241 Integers n such that 6 * 7^n + 1 is prime. 3
0, 1, 4, 9, 99, 412, 2633, 5093, 5632, 28233, 36780, 47084, 53572 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
All terms correspond to verified primes, that is, not merely probable primes.
a(14) > 2*10^5.
LINKS
EXAMPLE
4 is in this sequence because 6 * 7^4 + 1 = 14407, which is prime.
MATHEMATICA
Select[Range[0, 200000], PrimeQ[6 * 7^# + 1] &]
CROSSREFS
Sequence in context: A220972 A335088 A247009 * A115690 A115689 A061457
KEYWORD
nonn,more
AUTHOR
Robert Price, Nov 14 2014
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 23 12:59 EDT 2024. Contains 371913 sequences. (Running on oeis4.)