[go: up one dir, main page]

login
A348386
Lexicographically earliest sequence of positive integers such that for any n > 0, a(n) is the number of nonempty runs of consecutive terms whose sum is n.
2
1, 2, 2, 3, 4, 4, 5, 5, 6, 6, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 10, 10, 10, 10, 10, 11, 11, 11, 12, 12, 13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, 15, 16, 16, 16, 17, 17, 17, 17, 17, 17, 18, 19, 19, 19, 19, 19, 19, 19, 20, 20, 21, 21, 21, 21, 21, 22, 22
OFFSET
1,2
COMMENTS
This sequence has similarities with Golomb's sequence (A001462); here we consider sums of one or more consecutive terms, there single terms.
This sequence is not weakly increasing: a(724) = 91 > a(725) = 90.
EXAMPLE
The first terms, alongside the sums a(n), a(n)+a(n-1), ..., are:
n a(n) Partial sums
-- ---- -------------------------------------
1 1 1
2 2 2, 3
3 2 2, 4, 5
4 3 3, 5, 7, 8
5 4 4, 7, 9, 11, 12
6 4 4, 8, 11, 13, 15, 16
7 5 5, 9, 13, 16, 18, 20, 21
8 5 5, 10, 14, 18, 21, 23, 25, 26
9 6 6, 11, 16, 20, 24, 27, 29, 31, 32
10 6 6, 12, 17, 22, 26, 30, 33, 35, 37, 38
PROG
(C) See Links section.
CROSSREFS
Cf. A001462, A348385 (multiplicative variant).
Sequence in context: A089575 A227737 A194177 * A023190 A047783 A321667
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Oct 16 2021
STATUS
approved