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.

Previous Showing 11-14 of 14 results.

A271205 Number T(m,n) of series-reduced free trees with n nodes of which exactly m >= 3 are leaves, m+1 <= n <= 2m-2.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 2, 4, 4, 2, 1, 3, 6, 10, 8, 4, 1, 3, 9, 17, 22, 15, 6, 1, 4, 12, 30, 47, 53, 32, 11, 1, 4, 16, 44, 91, 127, 121, 66, 18, 1, 5, 20, 67, 158, 282, 346, 292, 142, 37, 1, 5, 25, 91, 258, 539, 841, 921, 688, 306, 66, 1, 6, 30, 126, 397, 978, 1804, 2498, 2456, 1662, 672, 135, 1, 6, 36, 163, 588, 1636, 3550, 5856, 7260, 6489, 3978, 1483, 265, 1, 7, 42, 213, 838, 2638, 6495, 12554, 18636, 20946, 17082, 9629, 3316, 552, 1, 8
Offset: 3

Views

Author

Stephan Beyer, Apr 01 2016

Keywords

Comments

The sequence of row sums a(m) = Sum_{n} T(m,n) is A007827.
The sequence of column sums a(n) = Sum_{m} T(m,n) is A000014.

Examples

			m\n | 3 4 5 6 7 8 9 10 11 12 13 14 15 16  17  18 19 20
-------------------------------------------------------
3   | . 1 . . . . .  .  .  .  .  .  .  .   .   .  .  .
4   | . . 1 1 . . .  .  .  .  .  .  .  .   .   .  .  .
5   | . . . 1 1 1 .  .  .  .  .  .  .  .   .   .  .  .
6   | . . . . 1 2 2  2  .  .  .  .  .  .   .   .  .  .
7   | . . . . . 1 2  4  4  2  .  .  .  .   .   .  .  .
8   | . . . . . . 1  3  6 10  8  4  .  .   .   .  .  .
9   | . . . . . . .  1  3  9 17 22 15  6   .   .  .  .
10  | . . . . . . .  .  1  4 12 30 47 53  32  11  .  .
11  | . . . . . . .  .  .  1  4 16 44 91 127 121 66 18
		

Crossrefs

Transpose of A271362.

A339786 Number of homeomorphically irreducible leaf colored trees with n leaves using exactly 3 colors.

Original entry on oeis.org

0, 0, 1, 9, 63, 412, 2673, 17571, 117365, 798819, 5530122, 38908380, 277750749, 2009160864, 14707923021, 108835512411, 813241695330, 6130521151377, 46584949832013, 356571373433217, 2747371943624943, 21296479544449677, 165994877608025730, 1300408539157086640
Offset: 1

Views

Author

Andrew Howroyd, Dec 18 2020

Keywords

Crossrefs

Column k=3 of A339780.

Programs

  • PARI
    my(N=25); (U(N,3) - 3*U(N,2) + 3*U(N,1))[2..1+N] \\ See A339780 for U(n, k).

Formula

a(n) = A339783(n) - 3*A339782(n) + 3*A007827(n).

A174224 Number of homeomorphism classes of stable curves in the moduli space of stable curves of genus g.

Original entry on oeis.org

0, 0, 7, 42, 379, 4555, 69808, 1281678, 27297406
Offset: 0

Views

Author

Stefano Maggiolo, Nov 27 2010

Keywords

Comments

a(g) is also the number of stable graphs of type (g,0) (see reference).

Examples

			a(0) = a(1) = 0 because there are no stable curves of genus 0 or 1.
		

Crossrefs

Cf. A007827.
Row sums of triangle A366039.

A173383 Partial sums of A000014.

Original entry on oeis.org

0, 1, 2, 2, 3, 4, 6, 8, 12, 17, 27, 41, 67, 109, 187, 319, 568, 1013, 1855, 3416, 6404, 12075, 23056, 44265, 85737, 166918, 327094, 643843, 1273776, 2529846, 5045015, 10094831, 20267469, 40811048, 82413473, 166854359, 338648851, 688887026, 1404384063, 2868791176, 5871429462, 12038444069
Offset: 0

Views

Author

Jonathan Vos Post, Feb 17 2010

Keywords

Comments

Number of series-reduced trees with <= n nodes.

Crossrefs

Cf. A000014, A000055 (trees), A001678 (series-reduced planted trees), A007827 (series-reduced trees by leaves).

Formula

a(n) = Sum_{k=0..n} A000014(k).

Extensions

a(3)=2 inserted and edited by Georg Fischer, Sep 14 2021
Previous Showing 11-14 of 14 results.