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!)
A093794 Numbers n such that 8^n+7^(n-1) is prime. 20
2, 14, 30, 56, 96, 192, 200, 462, 540, 1400, 2756, 9030, 99702 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(14) > 10^5. - Robert Price, Feb 18 2016
LINKS
EXAMPLE
14 is a member since 814+712 = 4494935521511 which is a prime number.
MATHEMATICA
Do[ If[ PrimeQ[8^n + 7^(n - 1)], Print[n]], {n, 4000}]
PROG
(PARI) is(n)=isprime(8^n+7^(n-1)) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A038341 A075718 A259710 * A294561 A075490 A031301
KEYWORD
nonn
AUTHOR
Herman H. Rosenfeld (herm3(AT)pacbell.net), May 18 2004
EXTENSIONS
More terms from Robert G. Wilson v, Jun 18 2004
a(12)-a(13) from Robert Price, Feb 18 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 July 28 00:45 EDT 2024. Contains 374674 sequences. (Running on oeis4.)