OFFSET
0,2
COMMENTS
In contrast to A106831 which follows Woon's original indexing (and orientation), this variant starts with value a(0) = 1, with the rest of terms having an index incremented by one, thus allowing for a simple recurrence.
LINKS
Antti Karttunen, Table of n, a(n) for n = 0..16383
S. C. Woon, A tree for generating Bernoulli numbers, Math. Mag., 70 (1997), 51-56.
FORMULA
EXAMPLE
This sequence can be represented as a binary tree:
1
|
...................2....................
4 6
8......../ \........12 12........./ \.......24
/ \ / \ / \ / \
/ \ / \ / \ / \
/ \ / \ / \ / \
16 24 24 48 24 36 48 120
32 48 48 96 48 72 96 240 48 72 72 144 96 144 240 720
etc.
PROG
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Antti Karttunen, Jan 16 2019
STATUS
approved