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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128340 Numbers n such that (11^n + 5^n)/16 is prime. 18
7, 11, 181, 421 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

All terms are primes.

MATHEMATICA

k=11; Do[p=Prime[n]; f=(k^p+5^p)/(k+5); If[ PrimeQ[f], Print[p] ], {n, 1, 100}]

CROSSREFS

Cf. A057171, A082387, A122853, A128335, A128336, A128337, A128338, A128339, A128341, A128342, A128343. Cf. A004061, A082182, A121877, A059802. Cf. A062572, A128344, A128345, A128346, A128347, A128348, A128349, A128350, A128351, A128352, A128353, A128354.

Sequence in context: A038543 A145953 A154303 * A106716 A106818 A201120

Adjacent sequences:  A128337 A128338 A128339 * A128341 A128342 A128343

KEYWORD

hard,more,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Feb 27 2007

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 10:28 EST 2012. Contains 205763 sequences.