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!)
A242177 Numbers k such that k*7^k + 1 is prime. 4
34, 1980, 9898 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[3500], PrimeQ[# 7^# + 1] &]
PROG
(Magma) [n: n in [0..3500] | IsPrime(n*7^n+1)];
(PARI) is(n)=ispseudoprime(n*7^n+1) \\ Charles R Greathouse IV, May 22 2017
CROSSREFS
Cf. similar sequences listed in A242176.
Sequence in context: A212023 A056566 A335090 * A187591 A160471 A252709
KEYWORD
nonn,more,bref
AUTHOR
Vincenzo Librandi, May 08 2014
EXTENSIONS
a(3) from Loeh's list (see Links) - Bruno Berselli, May 08 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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)