A328653 a(0) = 1, and for n >= 0, a(n+1) = -A326936(a(n)).
1, 3, 7, 18, 35, 84, 222, 459, 1186, 2099, 4731, 8093, 19674, 49289, 102408, 242522, 659653
Offset: 0
Crossrefs
Cf. A326936.
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.
The first terms (at the bottom of the tree) alongside the corresponding sums are: 176 --------------------------------- 43 133 ----------------- ----------------- 12 31 57 76 --------- --------- --------- --------- 3 9 13 18 25 32 35 41 ----- ----- ----- ----- ----- ----- ----- ----- 1 2 4 5 6 7 8 10 11 14 15 17 16 19 20 21
See Links section. (C++) See Links section.
For n = 1: - we set L = (1). For n = 2: - we set L = (1, 2). For k = 3: - the first two terms, (1, 2), sum to 3, - so a(1) = 2 and a(2) = 1, - we set L = (3).
The first terms, alongside L_n, are: n a(n) L_n -- ---- ---------------------------------------------------------- 1 3 { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, ... } 2 6 { 3, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, ... } 3 9 { 6, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, ... } 4 13 { 6, 9, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, ... } 5 15 { 6, 9, 13, 8, 9, 10, 11, 12, 13, 14, 15, ... } 6 17 { 15, 13, 8, 9, 10, 11, 12, 13, 14, 15, ... } 7 21 { 15, 13, 17, 10, 11, 12, 13, 14, 15, ... } 8 25 { 15, 13, 17, 21, 12, 13, 14, 15, ... } 9 28 { 15, 13, 17, 21, 25, 14, 15, ... } 10 29 { 28, 17, 21, 25, 14, 15, ... }
See Links section.
The first terms, alongside L_n, are: n a(n) L_n -- ---- ---------------------------------------------------------- 1 1 { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, ... } 2 1 { 3, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, ... } 3 2 { 6, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, ... } 4 3 { 6, 9, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, ... } 5 1 { 6, 9, 13, 8, 9, 10, 11, 12, 13, 14, 15, ... } 6 3 { 15, 13, 8, 9, 10, 11, 12, 13, 14, 15, ... } 7 4 { 15, 13, 17, 10, 11, 12, 13, 14, 15, ... } 8 5 { 15, 13, 17, 21, 12, 13, 14, 15, ... } 9 1 { 15, 13, 17, 21, 25, 14, 15, ... } 10 5 { 28, 17, 21, 25, 14, 15, ... }
See Links section.
Comments