login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A130222 Number of partitions of 2n-set in which number of blocks of size 2k-1 is even (or zero) for every k. 0
1, 2, 11, 117, 2116, 54233, 1822053, 76771684, 3922196627, 238355654605, 16936961517144, 1387902030575371, 129757092644981529, 13704639448111317852, 1621528608322059614411, 213338281602779271672663 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

E.g.f.: exp(cosh(x)-1)*Product_{k>0} cosh(x^(2*k-1)/(2*k-1)!).

MAPLE

A := proc(n) exp( cosh(x)-1) *mul (cosh (x^(2*k-1)/ (2*k-1)!), k=1..n) end: a := n-> coeff (series (A(n), x, 2*n+1), x, 2*n) *(2*n)!: seq (a(n), n=0..20); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 29 2008]

CROSSREFS

Cf. A102759.

Sequence in context: A069574 A090534 A181168 * A197993 A057076 A118794

Adjacent sequences:  A130219 A130220 A130221 * A130223 A130224 A130225

KEYWORD

easy,nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Aug 05 2007, Aug 05 2007

EXTENSIONS

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Sep 29 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.