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!)
A243397 Numbers n such that 19^n+4 is prime. 2

%I #46 Sep 08 2022 08:46:08

%S 0,1,3,21,145,273,1425,9613,15711,18445

%N Numbers n such that 19^n+4 is prime.

%C No further terms up to 20000. - _Felix Fröhlich_, Oct 29 2014

%C No further terms up to 24000. - _Felix Fröhlich_, Jan 22 2015

%t Select[Range[0, 10000], PrimeQ[19^# + 4] &] (* _Vincenzo Librandi_, Oct 16 2014 *)

%o (PARI) for(n=0, 10^5, if(ispseudoprime(19^n+4), print1(n, ", ")))

%o (Magma) [n: n in [0..1000] | IsPrime(19^n+4)]; // _Vincenzo Librandi_, Oct 16 2014

%Y Corresponding sequences for k^n+4: A058958 (k=3), A124621 (k=5), A096305 (k=7), A217384 (k=9), A137236 (k=13).

%K nonn,more

%O 1,3

%A _Felix Fröhlich_, Jun 04 2014

%E a(1)-a(2) prepended by _N. J. A. Sloane_, Jun 18 2014

%E a(9)-a(10) from _Felix Fröhlich_, Oct 16 2014

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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)