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

A255057
The trunk of number-of-runs beanstalk, halved: a(n) = A255056(n)/2.
13
0, 1, 2, 3, 5, 6, 7, 9, 11, 13, 14, 15, 16, 18, 21, 23, 25, 27, 29, 30, 31, 32, 34, 37, 39, 42, 45, 47, 48, 50, 53, 55, 57, 59, 61, 62, 63, 64, 66, 69, 71, 74, 76, 78, 81, 84, 87, 90, 93, 95, 96, 98, 101, 103, 106, 109, 111, 112, 114, 117, 119, 121, 123, 125, 126, 127
OFFSET
0,3
LINKS
FORMULA
a(n) = A255056(n)/2.
a(n) = A255067(A255122(n)).
PROG
(Scheme, two versions)
(define (A255057 n) (/ (A255056 n) 2))
(define (A255057 n) (A255067 (A255122 n)))
CROSSREFS
First differences: A255337.
Characteristic function: A255339.
Sequence in context: A114148 A349690 A218442 * A349150 A354525 A340610
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 14 2015
STATUS
approved