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

A218545
First differences of A218784. Lengths of runs in A213728 and A213729.
9
1, 2, 1, 1, 1, 2, 1, 2, 1, 1, 1, 2, 2, 4, 1, 2, 2, 3, 1, 2, 1, 1, 3, 1, 1, 2, 2, 3, 1, 2, 1, 1, 4, 2, 1, 6, 2, 2, 1, 2, 2, 3, 1, 2, 1, 1, 4, 2, 1, 6, 2, 1, 1, 2, 1, 6, 3, 3, 5, 2, 1, 1, 1, 2, 2, 3, 1, 2, 1, 1, 4, 2, 1, 6, 2, 1, 1, 2, 1, 6, 3, 3, 5, 2, 2, 2, 1
OFFSET
1,2
COMMENTS
These numbers tell how many times the infinite trunk of beanstalk (A179016) branches into the same direction, before changing the direction.
LINKS
FORMULA
a(n) = A218784(n)-A218784(n-1).
PROG
(Scheme): (define (A218545 n) (- (A218784 n) (A218784 (-1+ n))))
CROSSREFS
A218546 gives the positions of records. Cf. also A218547. Also the first differences of A218544, i.e. a(n) = A218544(n+1)-A218544(n).
Sequence in context: A213636 A192393 A184303 * A205600 A133162 A276172
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 02 2012
STATUS
approved