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.

A355909 Number of nodes at level n in the tree T_0 mentioned in A355905.

Original entry on oeis.org

1, 2, 3, 4, 6, 9, 13, 19, 28, 42, 63, 94, 141, 212, 318, 477, 716, 1074, 1611, 2417, 3626, 5439, 8158, 12237
Offset: 0

Views

Author

N. J. A. Sloane, Sep 19 2022

Keywords

Comments

First differences give A355910.

Crossrefs

Formula

a(n) = 1 + (c(n)+c(n-1))/2 where c(n) = |A355908(n)|.