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!)
A292778 INVERT transform of double factorials. 6
1, 1, 3, 8, 25, 73, 234, 717, 2357, 7480, 25289, 82837, 289518, 980017, 3566993, 12526980, 47916421, 175536777, 712276698, 2736099789, 11863097885, 47932689416, 222692658177, 946323358837, 4700880455462, 20946375415505, 110626016074953, 514550968010964 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: 1 / (1 - Sum_{k>=1} k!! * x^k). - Ilya Gutkovskiy, Dec 14 2019
MAPLE
a:= proc(n) option remember; `if`(n=0, 1,
add(doublefactorial(j)*a(n-j), j=1..n))
end:
seq(a(n), n=0..30);
CROSSREFS
Sequence in context: A213439 A006177 A148788 * A022553 A292884 A148789
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Sep 22 2017
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 May 8 11:12 EDT 2024. Contains 372332 sequences. (Running on oeis4.)