OFFSET
0,2
COMMENTS
Per Nørgård's surname is also written as Noergaard;
for all odd j exists k such that abs(a(k+1)-a(k)) = j, in contrast to A004718, where this holds also for even j > 0, see link.
REFERENCES
Yu Hin (Gary) Au, Christopher Drexler-Lemire, and Jeffrey Shallit, "Notes and note pairs in Norgard's infinity series", J. of Mathematics and Music (2017). DOI: http://dx.doi.org/10.1080/17459737.2017.1299807
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 0..10000
Christopher Drexler-Lemire, Jeffrey Shallit, Notes and Note-Pairs in Noergaard's Infinity Series, arXiv:1402.3091 [math.CO], page 13
PROG
(Haskell)
a256185 n = a256185_list !! n
a256185_list = 0 : concat (transpose [map (subtract 3) a256185_list,
map (-2 -) a256185_list,
map negate $ tail a256185_list])
CROSSREFS
KEYWORD
sign
AUTHOR
Reinhard Zumkeller, Mar 19 2015
STATUS
approved