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!)
A111300 Positive integers that are the difference between two double factorials. 2

%I #21 Feb 15 2015 16:34:12

%S 0,1,2,5,6,7,12,13,14,33,40,45,46,47,57,90,97,102,103,104,279,336,369,

%T 376,381,382,383,561,840,897,930,937,942,943,944,2895,3456,3735,3792,

%U 3825,3832,3837,3838,3839,6555,9450,10011,10290,10347,10380,10387,10392

%N Positive integers that are the difference between two double factorials.

%H T. D. Noe, <a href="/A111300/b111300.txt">Table of n, a(n) for n = 1..1000</a>

%F M!! - N!! where M and N positive integers.

%e 7!! - 4!! = 7*5*3*1 - 4*2 = 105 - 8 = 97.

%e 9!! - 5!! = 9*7*5*3*1 - 5*3*1 = 945 - 15 = 930.

%t terms[n_]:=Sort[Union[Flatten[Table[j!!-i!!,{i,n},{j,i,n}]]]]; terms[12] (* _Enrique PĂ©rez Herrero_, May 21 2011 *)

%Y Cf. A006882 (n!!).

%K easy,nonn

%O 1,3

%A _Paolo P. Lava_ and _Giorgio Balzarotti_, Nov 02 2005

%E Extended by _T. D. Noe_, May 22 2011

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 May 27 10:04 EDT 2024. Contains 372858 sequences. (Running on oeis4.)