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!)
A089131 Primes of the form (k! + 3)/3. 2

%I #12 Sep 08 2022 08:45:12

%S 3,41,241,13441,13305601,118562476032001,8617338912961658880001,

%T 123997775596633739155999816050278400000001

%N Primes of the form (k! + 3)/3.

%C The next term is too large to include.

%H Vincenzo Librandi, <a href="/A089131/b089131.txt">Table of n, a(n) for n = 1..13</a>

%t Select[Table[(n!+3)/3,{n,0,50}],PrimeQ] (* _Vincenzo Librandi_, Dec 12 2011 *)

%o (PARI) nfactp2d2(n) = { for(x=1,n, y=floor((x!+ 3)/3); if(isprime(y),print1(y",")) ) }

%o (Magma) [a: n in [1..50] | IsPrime(a) where a is (Factorial(n)+3) div 3]; // _Vincenzo Librandi_, Dec 12 2011

%Y Cf. A089085.

%K nonn

%O 1,1

%A _Cino Hilliard_, Dec 05 2003

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