login
This site is supported by donations 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. 8
2, 14, 30, 56, 96, 192, 200, 462, 540, 1400, 2756 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

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}]

CROSSREFS

Cf. A082103, A093717, A093793, A093765, A096185, A093794, A093795, A096186.

Sequence in context: A057018 A038341 A075718 * A075490 A031301 A202638

Adjacent sequences:  A093791 A093792 A093793 * A093795 A093796 A093797

KEYWORD

nonn

AUTHOR

Herman H. Rosenfeld (herm3(AT)pacbell.net), May 18 2004

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 18 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:53 EST 2012. Contains 205860 sequences.