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!)
A032229 Number of ways to partition n elements into pie slices of different odd sizes allowing the pie to be turned over. 1
1, 1, 0, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 7, 5, 7, 6, 11, 8, 14, 9, 21, 23, 24, 25, 34, 39, 40, 53, 53, 80, 62, 106, 138, 145, 150, 184, 232, 247, 307, 310, 452, 398, 593, 485, 864, 969, 1068, 1093, 1465, 1613, 1855, 2145, 2438, 3074, 3014 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
C. G. Bower, Transforms (2)
FORMULA
"DGK" (bracelet, element, unlabeled) transform of 1, 0, 1, 0... (odds).
PROG
(PARI) seq(n)={Vec(1 + sum(k=1, sqrtint(n), my(r=k^2); if(k>2, (k-1)!, 2) * x^r / prod(j=1, k, 1 - x^(2*j) + O(x*x^(n-r))))/2)} \\ Andrew Howroyd, Sep 20 2018
CROSSREFS
Sequence in context: A132322 A018118 A029084 * A024366 A218123 A288157
KEYWORD
nonn
AUTHOR
EXTENSIONS
a(0)=1 prepended by Andrew Howroyd, Sep 20 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 12:53 EDT 2024. Contains 371969 sequences. (Running on oeis4.)