cp's OEIS Frontend

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.

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

This page as a plain text file.
%I A326506 #10 Feb 16 2025 08:33:58
%S A326506 1,1,2,5,8,13,24,34,52,74,116,145,211,270,392,460,643,767,1062,1197,
%T A326506 1618,1843,2464,2702,3550,3920,5096,5481,7029,7596,9648,10232,12853,
%U A326506 13677,17034,17877,22060,23209,28424,29594,35960,37510,45276,46849,56167,58202
%N A326506 Number of (binary) max-heaps on n elements from the set {0,1} containing exactly five 0's.
%H A326506 Alois P. Heinz, <a href="/A326506/b326506.txt">Table of n, a(n) for n = 5..10000</a>
%H A326506 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Heap.html">Heap</a>
%H A326506 Wikipedia, <a href="https://en.wikipedia.org/wiki/Binary_heap">Binary heap</a>
%H A326506 <a href="/index/Rec#order_17">Index entries for linear recurrences with constant coefficients</a>, signature (1, 2, -2, 2, -2, -6, 6, 0, 0, 6, -6, -2, 2, -2, 2, 1, -1).
%t A326506 LinearRecurrence[{1, 2, -2, 2, -2, -6, 6, 0, 0, 6, -6, -2, 2, -2, 2, 1, -1},{1, 1, 2, 5, 8, 13, 24, 34, 52, 74, 116, 145, 211, 270, 392, 460, 643},50] (* _Ray Chandler_, Sep 25 2022 *)
%Y A326506 Column k=5 of A309049.
%K A326506 nonn,easy
%O A326506 5,3
%A A326506 _Alois P. Heinz_, Jul 09 2019