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
41, 97, 1459, 89227, 91837 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
All terms are primes.
a(6) > 10^5.
LINKS
MATHEMATICA
Select[ Prime[ Range[1, 100000] ], PrimeQ[ (17^# + 16^#)/33 ]& ]
PROG
(PARI) is(n)=ispseudoprime((17^n+16^n)/33) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A256485 A260556 A142658 * A273363 A309934 A126588
KEYWORD
hard,nonn,more
AUTHOR
Robert Price, Aug 25 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 19 13:40 EDT 2024. Contains 371792 sequences. (Running on oeis4.)