The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A242200 Numbers n such that n*7^n - 1 is prime. 13
2, 18, 68, 84, 3812, 14838, 51582 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[2000], PrimeQ[# 7^# - 1] &]
PROG
(Magma) [n: n in [0..3000] | IsPrime(n*7^n-1)];
(PARI) is(n)=ispseudoprime(n*7^n-1) \\ Charles R Greathouse IV, May 22 2017
CROSSREFS
Cf. numbers n such that n*k^n - 1 is prime. A002234 (k=2), A006553 (k=3), A086661 (k=4), A059676 (k=5), A059675 (k=6), this sequence (k=7), A242201 (k=8), A242202 (k=9), A059671 (k=10).
Sequence in context: A232155 A368755 A112365 * A258929 A034959 A316902
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, May 09 2014
EXTENSIONS
a(5) - a(7) from Harvey's list (see Links).
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 May 15 06:57 EDT 2024. Contains 372538 sequences. (Running on oeis4.)