The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A139057 Primes of the form (k!-3)/3. 12
7, 239, 159667199, 6974263295999, 2947253997913233984847871999999, 98410933013201380282539536547839999999, 20138421021124611879118377356171332502421503999999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers k for which (k! - 3)/3 is prime see A139056.
a(8) is 180 decimal digits long. See formula for more terms. - Derek Orr, Mar 28 2014
LINKS
FORMULA
a(n) = (A139056(n)!-3)/3 for all n. - Derek Orr, Mar 28 2014
MATHEMATICA
a = {}; Do[If[PrimeQ[(-3 + n!!)/3], AppendTo[a, [(-3 + n!!)/3]], {n, 1, 1000}]; a
Select[(Range[50]!-3)/3, PrimeQ] (* Harvey P. Dale, Nov 27 2015 *)
PROG
(PARI) for(n=1, 1000, if(floor(n!/3-1)==n!/3-1, if(ispseudoprime(n!/3-1), print(n!/3-1)))) \\ Derek Orr, Mar 28 2014
CROSSREFS
Sequence in context: A185389 A159967 A349046 * A251594 A210248 A200961
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 07 2008
EXTENSIONS
Definition corrected by Derek Orr, Mar 28 2014
STATUS
approved

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