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!)
A326511 Number of (binary) max-heaps on n elements from the set {0,1} containing exactly ten 0's. 2

%I #11 Apr 26 2023 13:28:08

%S 1,1,2,5,13,26,47,86,151,277,460,783,1248,2136,3091,4872,7166,11610,

%T 15720,23832,32847,50788,64714,94916,124296,185246,226976,324586,

%U 407824,589416,699010,977912,1188567,1674431,1938526,2661055,3147865,4338414,4923481

%N Number of (binary) max-heaps on n elements from the set {0,1} containing exactly ten 0's.

%H Alois P. Heinz, <a href="/A326511/b326511.txt">Table of n, a(n) for n = 10..10000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Heap.html">Heap</a>

%H Wikipedia, <a href="https://en.wikipedia.org/wiki/Binary_heap">Binary heap</a>

%H <a href="/index/Rec#order_53">Index entries for linear recurrences with constant coefficients</a>, signature (1, 2, -2, 3, -3, -8, 8, 2, -2, 4, -4, -14, 14, 24, -24, 5, -5, -34, 34, 25, -25, -16, 16, -20, 20, 56, -56, -20, 20, -16, 16, 25, -25, -34, 34, 5, -5, 24, -24, -14, 14, 4, -4, 2, -2, -8, 8, 3, -3, 2, -2, -1, 1).

%p b:= proc(n) option remember; series(`if`(n=0, 1, (g-> (f->

%p x^n+b(f)*b(n-1-f))(min(g-1, n-g/2)))(2^ilog2(n))), x, 11)

%p end:

%p a:= n-> coeff(b(n), x, 10):

%p seq(a(n), n=10..50);

%Y Column k=10 of A309049.

%K nonn,easy

%O 10,3

%A _Alois P. Heinz_, Jul 09 2019

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 18 04:31 EDT 2024. Contains 371767 sequences. (Running on oeis4.)