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”).

A291767
Odd bisection of A291761.
3
1, 3, 3, 3, 7, 3, 3, 9, 3, 3, 9, 3, 7, 12, 3, 3, 9, 9, 3, 9, 3, 3, 16, 3, 7, 9, 3, 9, 9, 3, 3, 16, 9, 3, 9, 3, 3, 16, 9, 3, 21, 3, 9, 9, 3, 9, 9, 9, 3, 16, 3, 3, 23, 3, 3, 9, 3, 9, 16, 9, 7, 9, 12, 3, 9, 3, 9, 26, 3, 3, 9, 9, 9, 16, 3, 3, 16, 9, 3, 9, 9, 3, 23, 3, 7, 16, 3, 16, 9, 3, 3, 9, 9, 9, 26, 3, 3, 23, 3, 3, 9, 9, 9, 16, 9
OFFSET
1,2
COMMENTS
Records occur at positions: 1, 2, 5, 8, 14, 23, 41, 53, 68, 113, 122, 158, 203, 338, 365, ... (= (A147516(n)+1)/2) that give also all distinct values in this sequence: 1, 3, 7, 9, 12, 16, 21, 23, 26, 32, 34, 37, 40, 46, 48, 53, 58, 59, 64, 69, 72, 77, 81, ... Note that the terms of A291768 are all from the complementary sequence: 2, 4, 5, 6, 8, 10, 11, 13, 14, 15, 17, ...
LINKS
FORMULA
a(n) = A291761(2n - 1).
PROG
(Scheme) (define (A291767 n) (A291761 (+ n n -1)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 11 2017
STATUS
approved