A128882 a(n) = n!! - 1.
0, 0, 1, 2, 7, 14, 47, 104, 383, 944, 3839, 10394, 46079, 135134, 645119, 2027024, 10321919, 34459424, 185794559, 654729074, 3715891199, 13749310574, 81749606399, 316234143224, 1961990553599, 7905853580624, 51011754393599
Offset: 0
Keywords
Links
- Eric Weisstein's World of Mathematics, Double Factorial
Programs
-
Mathematica
Table[ n!! - 1, {n,0,35} ]
Formula
a(n) = A006882(n) - 1.
Comments