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!)
A242178 Numbers k such that k*8^k + 1 is prime. 4
5, 17, 23, 1911, 20855, 35945, 42816 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[2000], PrimeQ[# 8^# + 1] &]
PROG
(Magma) [n: n in [0..2000] | IsPrime(n*8^n+1)];
(PARI) is(n)=ispseudoprime(n*8^n+1) \\ Charles R Greathouse IV, May 22 2017
CROSSREFS
Cf. similar sequences listed in A242176.
Sequence in context: A097434 A106012 A230527 * A343594 A063588 A307286
KEYWORD
nonn,more
AUTHOR
Vincenzo Librandi, May 08 2014
EXTENSIONS
a(5)-a(7) 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 June 4 14:25 EDT 2024. Contains 373099 sequences. (Running on oeis4.)