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!)
A242197 Numbers k such that k*14^k + 1 is prime. 3

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

%S 3,5,6,9,33,45,243,252,1798,2429,5686,12509,42545

%N Numbers k such that k*14^k + 1 is prime.

%H G. Loeh, <a href="http://guenter.loeh.name/gc/status.html">Generalized Cullen primes</a>

%t Select[Range[2000], PrimeQ[# 14^# + 1] &]

%o (Magma) [n: n in [0..2000] | IsPrime(n*14^n+1)];

%o (PARI) is(n)=ispseudoprime(n*14^n+1) \\ _Charles R Greathouse IV_, Jun 06 2017

%Y Cf. similar sequences listed in A242176.

%K nonn,more

%O 1,1

%A _Vincenzo Librandi_, May 08 2014

%E a(10)-a(13) from Loeh's list (see Links) - _Bruno Berselli_, May 08 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 July 13 00:23 EDT 2024. Contains 374259 sequences. (Running on oeis4.)