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.

A144529 Triangle read by rows: T(n,k) = number of edges in graph whose vertices are forests with n unlabeled nodes and degree <= k and in which two vertices are joined by an edge if the forests differ (up to isomorphism) by exactly one edge.

This page as a plain text file.
%I A144529 #9 Feb 04 2023 20:58:13
%S A144529 0,0,1,0,1,2,0,2,5,6,0,2,9,13,14,0,3,18,32,36,37,0,3,28,67,82,87,88
%N A144529 Triangle read by rows: T(n,k) = number of edges in graph whose vertices are forests with n unlabeled nodes and degree <= k and in which two vertices are joined by an edge if the forests differ (up to isomorphism) by exactly one edge.
%C A144529 The number of nodes in this graph is given by A144215.
%H A144529 Rebecca Neville, <a href="https://web.archive.org/web/20191029092609/http://gtn.kazlow.info:80/GTN54.pdf">Graphs whose vertices are forests with bounded degree</a>, Graph Theory Notes of New York, LIV (2008), 12-21. [Wayback Machine link]
%e A144529 Triangle begins:
%e A144529 0
%e A144529 0 1
%e A144529 0 1 2
%e A144529 0 2 5 6
%e A144529 0 2 9 13 14
%e A144529 0 3 18 32 36 37
%e A144529 0 3 28 67 82 87 88
%Y A144529 Cf. A144530.
%K A144529 nonn,tabl,more
%O A144529 1,6
%A A144529 _N. J. A. Sloane_, Dec 20 2008