login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093765 Numbers n such that 6^n+5^(n-1) is prime. 8
1, 2, 3, 8, 9, 15, 26, 30, 69, 212, 318, 909, 1224, 1946, 2192, 2234, 2978, 3344 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

15 is a member since 615+515 = 476288500201 which is a prime number.

MATHEMATICA

Do[ If[ PrimeQ[6^n + 5^(n - 1)], Print[n]], {n, 4000]

CROSSREFS

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

Sequence in context: A101471 A137471 A051209 * A104577 A103026 A098506

Adjacent sequences:  A093762 A093763 A093764 * A093766 A093767 A093768

KEYWORD

nonn

AUTHOR

Herman H. Rosenfeld (herm3(AT)pacbell.net), May 17 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 16 02:51 EST 2012. Contains 205860 sequences.