This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A326504 #13 Feb 16 2025 08:33:58 %S A326504 1,1,2,4,6,8,12,16,23,27,38,44,60,66,88,96,125,133,170,180,226,236, %T A326504 292,304,371,383,462,476,568,582,688,704,825,841,978,996,1150,1168, %U A326504 1340,1360,1551,1571,1782,1804,2036,2058,2312,2336,2613,2637,2938,2964,3290 %N A326504 Number of (binary) max-heaps on n elements from the set {0,1} containing exactly three 0's. %H A326504 Alois P. Heinz, <a href="/A326504/b326504.txt">Table of n, a(n) for n = 3..10000</a> %H A326504 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Heap.html">Heap</a> %H A326504 Wikipedia, <a href="https://en.wikipedia.org/wiki/Binary_heap">Binary heap</a> %H A326504 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (1,2,-2,0,0,-2,2,1,-1). %F A326504 G.f.: x^3*(2*x^6-2*x^5+2*x^3-x^2+1)/((x^2+1)*(x+1)^3*(x-1)^4). %t A326504 LinearRecurrence[{1,2,-2,0,0,-2,2,1,-1},{1,1,2,4,6,8,12,16,23},60] (* _Harvey P. Dale_, Mar 11 2023 *) %Y A326504 Column k=3 of A309049. %K A326504 nonn,easy %O A326504 3,3 %A A326504 _Alois P. Heinz_, Jul 09 2019