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

A218541
First differences of A213715.
1
1, 1, 1, 1, 1, 2, 1, 1, 2, 2, 2, 1, 1, 2, 2, 2, 1, 2, 2, 3, 1, 1, 2, 2, 2, 1, 2, 2, 3, 1, 2, 2, 2, 2, 2, 2, 3, 1, 1, 2, 2, 2, 1, 2, 2, 3, 1, 2, 2, 2, 2, 2, 2, 3, 1, 2, 2, 2, 2, 3, 3, 2, 3, 3, 2, 3, 4, 1, 1, 2, 2, 2, 1, 2, 2, 3, 1, 2, 2, 2, 2, 2, 2, 3, 1, 2
OFFSET
0,6
COMMENTS
This sequence seems to share similar fractal characteristics with A213712. See the given link to graph-plot.
FORMULA
a(n) = A213715(n+1)-A213715(n).
PROG
(Scheme): (define (A218541 n) (- (A213715 (1+ n)) (A213715 n)))
CROSSREFS
Sequence in context: A255337 A026465 A051486 * A213911 A081355 A223708
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 01 2012
EXTENSIONS
Offset changed from 1 to 0 by Antti Karttunen, Nov 05 2012
STATUS
approved