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!)
A321628 Row sums of A321627. 1
1, 2, 8, 44, 308, 2660, 27764, 343604, 4948196, 81477188, 1510645556, 31133831540, 705725536868, 17441324917508, 466571232425012, 13427966856358196, 413627214916715492, 13576185998718106820, 472963964292142718516, 17429043637241263344116, 677320641352700988657764 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
b := proc(n) option remember; if n = 0 then 2 else
add(doublefactorial(2*k-1)*b(n-k), k=1..n) fi end:
a := n -> if n = 0 then return 1 else b(n) end: seq(a(n), n=0..20);
CROSSREFS
Sequence in context: A005649 A253950 A212913 * A005363 A216234 A123307
KEYWORD
nonn
AUTHOR
Peter Luschny, Dec 07 2018
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 April 25 13:02 EDT 2024. Contains 371969 sequences. (Running on oeis4.)