OFFSET
0,1
COMMENTS
The composer Per Nørgård's name is also written in the OEIS as Per Noergaard.
REFERENCES
Erling Kullberg, Beyond infinity: on the infinity series - the DNA of hierarchical music, in Anders Beyer, ed., The Music of Per Noergaard: Fourteen Interpretive Essays, Scolar Press, 1996, pp. 71-93.
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 0..10000
J.-P. Allouche and J. Shallit, The ring of k-regular sequences, II, Theoret. Computer Sci., 307 (2003), 3-29.
J.-P. Allouche and J. Shallit, The Ring of k-regular Sequences, II
Jeffrey Shallit, The mathematics of Per Noergaard's rhythmic infinity system, Fib. Q., 43 (2005), 262-268.
FORMULA
a(n) = F(c(n)+4) where c(n) counts the blocks of consecutive identical symbols in the binary expansion of n and F() is the Fibonacci sequence.
EXAMPLE
a(5) = 13 since there are 3 blocks of consecutive identical systems in the binary expansion of 5 (namely, 101), 4+3 = 7 and the 7th Fibonacci number is 13.
MATHEMATICA
{3}~Join~Table[Fibonacci[Length@ Split@ IntegerDigits[n, 2] + 4], {n, 76}] (* Michael De Vlieger, Mar 10 2016 *)
PROG
CROSSREFS
KEYWORD
AUTHOR
Jeffrey Shallit, Aug 25 2002
STATUS
approved