The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A227049 Numbers n such that (15^n + 4^n)/19 is prime. 2

%I #7 Jun 06 2017 14:35:01

%S 3,31,157,239,1553,5521,25561

%N Numbers n such that (15^n + 4^n)/19 is prime.

%C All terms are primes.

%C a(8) > 10^5.

%t Select[ Prime[ Range[1, 100000] ], PrimeQ[ (15^# + 4^#)/19 ]& ]

%o (PARI) is(n)=ispseudoprime((15^n+4^n)/19) \\ _Charles R Greathouse IV_, Jun 06 2017

%Y Cf. A057181, A128071, A128342, A213176, A224501, A221637.

%K hard,nonn,more

%O 1,1

%A _Robert Price_, Jun 29 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 May 21 21:53 EDT 2024. Contains 372738 sequences. (Running on oeis4.)