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!)
A228573 Numbers n such that (17^n + 16^n)/33 is prime. 2

%I #13 Jun 13 2017 10:32:26

%S 41,97,1459,89227,91837

%N Numbers n such that (17^n + 16^n)/33 is prime.

%C All terms are primes.

%C a(6) > 10^5.

%t Select[ Prime[ Range[1, 100000] ], PrimeQ[ (17^# + 16^#)/33 ]& ]

%o (PARI) is(n)=ispseudoprime((17^n+16^n)/33) \\ _Charles R Greathouse IV_, Jun 13 2017

%Y Cf. A227170, A221637, A228558, A227046.

%K hard,nonn,more

%O 1,1

%A _Robert Price_, Aug 25 2013

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 25 12:32 EDT 2024. Contains 371969 sequences. (Running on oeis4.)