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!)
A323776 a(n) = Sum_{k = 1...n} binomial(k + 2^(n - k) - 1, k - 1). 3
1, 3, 7, 16, 40, 119, 450, 2253, 15207, 139190, 1731703, 29335875, 677864041, 21400069232, 924419728471, 54716596051100, 4443400439075834, 495676372493566749, 76041424515817042402, 16060385520094706930608, 4674665948889147697184915 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Number of multiset partitions of integer partitions of 2^(n - 1) whose parts are constant and have equal sums.
LINKS
EXAMPLE
The a(1) = 1 through a(4) = 16 partitions of partitions:
(1) (2) (4) (8)
(11) (22) (44)
(1)(1) (1111) (2222)
(2)(2) (4)(4)
(2)(11) (4)(22)
(11)(11) (22)(22)
(1)(1)(1)(1) (4)(1111)
(11111111)
(22)(1111)
(1111)(1111)
(2)(2)(2)(2)
(2)(2)(2)(11)
(2)(2)(11)(11)
(2)(11)(11)(11)
(11)(11)(11)(11)
(1)(1)(1)(1)(1)(1)(1)(1)
MATHEMATICA
Table[Sum[Binomial[k+2^(n-k)-1, k-1], {k, n}], {n, 20}]
PROG
(PARI) a(n) = sum(k=1, n, binomial(k+2^(n-k)-1, k-1)); \\ Michel Marcus, Jan 28 2019
CROSSREFS
Sequence in context: A261236 A029761 A009337 * A036567 A018023 A144977
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 27 2019
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)