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

First differences of A258024.
5

%I #23 Dec 23 2024 14:53:44

%S 3,19,3,19,3,19,3,19,3,13,6,3,7,6,6,3,7,6,6,3,13,6,3,3,10,6,3,3,10,6,

%T 3,3,16,3,3,16,3,3,19,3,7,12,3,19,3,7,12,3,19,3,19,3,19,3,19,3,13,6,3,

%U 7,6,6,3,7,6,6,3,13,6,3,3,10,6,3,3,10,6,3,3,16,3,3,16,3,3,19,3,7,12,3,19,3,19,3,19,3

%N First differences of A258024.

%C This really is worth listening to. Try somewhat slower tempo, 60 for example and somewhat higher pitch offset. - _Antti Karttunen_, Jun 05 2015

%H Antti Karttunen, <a href="/A258200/b258200.txt">Table of n, a(n) for n = 1..10000</a>

%H Veikko Pohjola et. al, <a href="https://web.archive.org/web/*/http://list.seqfan.eu/oldermail/seqfan/2015-May/014902.html">Discussion on SeqFan-list</a>

%F a(n) = A258024(n+1) - A258024(n).

%o (Scheme) (define (A258200 n) (- (A258024 (+ 1 n)) (A258024 n)))

%Y Cf. A258024, A258022, A258007, A000503.

%K nonn,hear

%O 1,1

%A Entry prepared by _Antti Karttunen_ after _V.J. Pohjola_'s description on SeqFan-list, May 24 2015