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!)
A231329 Numbers n such that (19^n + 4^n)/23 is prime. 0

%I #7 Jun 13 2017 14:28:46

%S 7,11,211,14461

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

%C Conjecture: All terms are prime.

%C a(5) > 10^5.

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

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

%Y Cf. A227049, A228558, A128075, A229612.

%K hard,nonn,more

%O 1,1

%A _Robert Price_, Nov 07 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 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)