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!)
A228225 Numbers n such that (17^n + 3^n)/20 is prime. 1
37, 641, 2521, 7993, 41213 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are primes.
a(6) > 10^5.
LINKS
MATHEMATICA
k=17; Do[ p=Prime[n]; f=(3^p+k^p)/(k+3); If[ PrimeQ[f], Print[p]], {n, 1, 9592} ]
PROG
(PARI) is(n)=ispseudoprime((17^n+3^n)/20) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A105464 A140764 A348301 * A156923 A338003 A104180
KEYWORD
hard,more,nonn
AUTHOR
Robert Price, Aug 16 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 April 24 14:32 EDT 2024. Contains 371960 sequences. (Running on oeis4.)