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!)
A227046 Numbers n such that (17^n + 5^n)/22 is prime. 7
3, 29, 151, 2153, 5717, 9133, 9973, 79537 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are primes.
a(9) > 10^5.
LINKS
MATHEMATICA
k=17; Do[p=Prime[n]; f=(k^p+5^p)/(k+5); If[ PrimeQ[f], Print[p] ], {n, 1, 9592}]
PROG
(PARI) is(n)=ispseudoprime((17^n+5^n)/22) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Sequence in context: A024386 A171355 A163854 * A094809 A096028 A137786
KEYWORD
hard,more,nonn
AUTHOR
Robert Price, Jun 29 2013
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 30 15:31 EDT 2024. Contains 374767 sequences. (Running on oeis4.)