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!)
A032230 Number of ways to partition n elements into pie slices of different sizes of at least 2 allowing the pie to be turned over. 1
1, 0, 1, 1, 1, 2, 2, 3, 3, 5, 5, 7, 8, 10, 14, 17, 21, 27, 35, 41, 64, 74, 100, 125, 167, 207, 267, 383, 470, 616, 794, 1027, 1307, 1703, 2085, 3015, 3632, 4796, 6022, 7913, 9817, 12809, 15935, 20157, 27408, 33776, 43112, 54937, 69863, 87637 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
C. G. Bower, Transforms (2)
FORMULA
"DGK" (bracelet, element, unlabeled) transform of 0, 1, 1, 1...
PROG
(PARI) seq(n)={Vec(1 + sum(k=1, n, my(r=(k^2+3*k)/2); if(r<=n, if(k>2, (k-1)!, 2) * x^r / prod(j=1, k, 1 - x^j + O(x*x^(n-r)))))/2)} \\ Andrew Howroyd, Sep 20 2018
CROSSREFS
Sequence in context: A096765 A025147 A364613 * A238789 A126793 A069910
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 09:38 EDT 2024. Contains 371967 sequences. (Running on oeis4.)