The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A363588 Number of partitions of [n] having exactly two parity changes within their blocks. 2
0, 0, 0, 1, 4, 17, 68, 292, 1252, 5670, 26114, 126073, 621914, 3206277, 16888898, 92771126, 519907322, 3032369590, 18012896770, 111155162265, 697399200274, 4537750415991, 29972920817228, 204993708306706, 1421278374189924, 10188372221843166, 73948157842293620 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
EXAMPLE
a(4) = 4: 123|4, 12|34, 14|23, 1|234.
MAPLE
b:= proc(n, x, y) option remember; convert(series(
`if`(n=0, 1, `if`(y=0, 0, expand(b(n-1, y-1, x+1)*y*z))
+b(n-1, y, x)*x + b(n-1, y, x+1)), z, 3), polynom)
end:
a:= n-> coeff(b(n, 0$2), z, 2):
seq(a(n), n=0..27);
CROSSREFS
Column k=2 of A363493.
Cf. A000110.
Sequence in context: A268431 A033114 A096881 * A344217 A033122 A330246
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Jun 10 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 June 1 10:29 EDT 2024. Contains 373016 sequences. (Running on oeis4.)