login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A338285
a(n) = Sum_{k = n+1-A338283(n)..n} A338283(n).
2
1, 3, 4, 7, 5, 8, 12, 6, 9, 13, 10, 14, 15, 11, 19, 16, 21, 18, 17, 22, 23, 29, 20, 25, 31, 26, 32, 27, 33, 34, 28, 40, 35, 36, 43, 37, 30, 44, 52, 24, 51, 38, 39, 46, 54, 41, 48, 47, 55, 42, 49, 57, 50, 58, 59, 60, 45, 67, 53, 61, 62, 71, 63, 56, 64, 73, 65
OFFSET
1,2
COMMENTS
Will every integer, except 2, appear in this sequence?
LINKS
Rémy Sigrist, Colored scatterplot of the first 10000 terms (where the color is function of A338283(n))
EXAMPLE
A338283(4) = 3, so a(4) = A338283(2) + A338283(3) + A338283(4) = 2 + 2 + 3 = 7.
PROG
(PARI) See Links section.
CROSSREFS
Cf. A338283.
Sequence in context: A212807 A163830 A254931 * A050197 A003975 A285896
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Oct 20 2020
STATUS
approved