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!)
A124375 Numbers k such that A003422(k+1)/2 is prime. 2
2, 3, 4, 7, 8, 9, 10, 29, 75, 162, 270, 272, 353, 720, 1795, 3732, 4768, 9315, 12220, 41531 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sum_{i=0..k} i! = k! + !k = A003422(k+1), where !k is left factorial !k = Sum_{i=0..k-1} i! = A003422(k). Left factorials are even for k > 1. Corresponding primes of the form (k! + !k)/2 = (a(n)! + !a(n))/2 are listed in A124374(n) = {2, 5, 17, 2957, 23117, 204557, 2018957, 4578979328975537786697650470157, ...}.
A near-duplicate of A100614: a(n) = A100614(n) - 1. - Ryan Propper, Feb 07 2008
LINKS
Eric Weisstein's World of Mathematics, Left Factorial.
MATHEMATICA
f=0; Do[f=f+n!; If[PrimeQ[f/2], Print[{n, f/2}]], {n, 0, 353}]
Flatten[Position[Accumulate[(Range[0, 12220]!)]/2, _?PrimeQ]]-1 (* Harvey P. Dale, Jul 02 2019 *)
CROSSREFS
Sequence in context: A152979 A070942 A073798 * A287664 A037080 A167055
KEYWORD
nonn,more,hard
AUTHOR
Alexander Adamchuk, Oct 28 2006
EXTENSIONS
More terms from Ryan Propper, Feb 07 2008
a(20) from Jinyuan Wang, Mar 20 2021
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 5 10:35 EDT 2024. Contains 373105 sequences. (Running on oeis4.)