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!)
A178488 Numbers k such that 8*k! + 1 is prime. 9

%I #9 Feb 05 2020 08:54:20

%S 2,4,9,10,11,12,15,25,31,46,53,78,318,615,955,1646,2669,2672,3515

%N Numbers k such that 8*k! + 1 is prime.

%C a(20) > 3810. - _Jinyuan Wang_, Feb 05 2020

%H <a href="/index/Pri#primepop">Index entries for sequences related to numbers of primes of the form k*n!+-1</a>

%t fQ[n_] := PrimeQ[8 n! + 1]; k = 0; lst = {}; While[k < 1501, If[ fQ@k, AppendTo[lst, k]; Print@k]; k++ ]; lst

%o (PARI) for(k=1, 999, ispseudoprime(8*k!+1) & print1(k, ", "))

%o (PFGW) ABC2 8*$a!+1

%o a: from 1 to 1000 // _Jinyuan Wang_, Feb 05 2020

%Y Cf. A002981, A051915, A076679, A076680, A076681, A076682, A076683, A180626, A126896.

%K nonn,hard,more

%O 1,1

%A _Robert G. Wilson v_, Sep 13 2010 and _M. F. Hasler_, Sep 16 2010

%E a(16)-a(19) from _Jinyuan Wang_, Feb 05 2020

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