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!)
A363255 Product_{n>=1} 1 / (1 - a(n)*x^n) = 1 + 1!!*x + 3!!*x^2 + 5!!*x^3 + 7!!*x^4 + ... 1
1, 2, 12, 86, 816, 9126, 122028, 1855802, 32001504, 613558458, 12989299596, 300515004558, 7550646317520, 204680035934550, 5955892801274796, 185157207502788074, 6125200081143892800, 214837212308039658666, 7963817560398871790604, 311101097650387613661510 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
A[m_, n_] := A[m, n] = Which[m == 1, (2 n - 1)!!, m > n >= 1, 0, True, A[m - 1, n] - A[m - 1, m - 1] A[m - 1, n - m + 1]]; a[n_] := A[n, n]; a /@ Range[1, 20]
CROSSREFS
Sequence in context: A208977 A372104 A097237 * A055531 A305209 A290568
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 23 2023
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 September 7 15:43 EDT 2024. Contains 375730 sequences. (Running on oeis4.)