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!)
A187819 Numbers k such that (9^k + 8^k)/17 is prime. 15
3, 7, 13, 19, 307, 619, 2089, 7297, 75571, 76103, 98897 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are prime.
a(12) > 10^5.
LINKS
MATHEMATICA
Select[ Prime[ Range[1, 100000] ], PrimeQ[ (9^# + 8^#)/17 ]& ]
PROG
(PARI) is(n)=isprime((9^n+8^n)/17) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A023230 A194581 A106080 * A310266 A330407 A014283
KEYWORD
nonn,hard,more
AUTHOR
Robert Price, Dec 26 2012
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 27 02:24 EDT 2024. Contains 372004 sequences. (Running on oeis4.)