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!)
A274215 Numbers n such that 8^n + 7^(n+1) is prime. 0
4, 6, 46, 58, 184, 336, 29274, 98928 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(9) > 10^5.
LINKS
MATHEMATICA
Select[Range[0, 100000], PrimeQ[8^# + 7^(# + 1)] &]
PROG
(PARI) is(n)=ispseudoprime(8^n+7^(n+1)) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Cf. A093765.
Sequence in context: A012935 A013166 A174653 * A119944 A338814 A134592
KEYWORD
nonn,more
AUTHOR
Robert Price, Jun 13 2016
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 05:49 EDT 2024. Contains 371918 sequences. (Running on oeis4.)