This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A073334 #28 Jan 05 2025 19:51:37 %S A073334 3,5,8,5,8,13,8,5,8,13,21,13,8,13,8,5,8,13,21,13,21,34,21,13,8,13,21, %T A073334 13,8,13,8,5,8,13,21,13,21,34,21,13,21,34,55,34,21,34,21,13,8,13,21, %U A073334 13,21,34,21,13,8,13,21,13,8,13,8,5,8,13,21,13,21,34,21,13,21,34,55,34,21 %N A073334 The so-called "rhythmic infinity system" of Danish composer Per Nørgård [Noergaard]. %C A073334 The composer Per Nørgård's name is also written in the OEIS as Per Noergaard. %D A073334 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. %H A073334 Reinhard Zumkeller, <a href="/A073334/b073334.txt">Table of n, a(n) for n = 0..10000</a> %H A073334 J.-P. Allouche and J. Shallit, <a href="http://dx.doi.org/10.1016/S0304-3975(03)00090-2">The ring of k-regular sequences, II</a>, Theoret. Computer Sci., 307 (2003), 3-29. %H A073334 J.-P. Allouche and J. Shallit, <a href="http://www.math.jussieu.fr/~allouche/kreg2.ps">The Ring of k-regular Sequences, II</a> %H A073334 Jeffrey Shallit, <a href="https://web.archive.org/web/2024*/https://www.fq.math.ca/Papers1/43-3/paper43-3-9.pdf">The mathematics of Per Noergaard's rhythmic infinity system</a>, Fib. Q., 43 (2005), 262-268. %F A073334 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. %F A073334 a(n) = A000045(A005811(n)+4) for n > 0. - _Reinhard Zumkeller_, May 23 2013 %e A073334 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. %t A073334 {3}~Join~Table[Fibonacci[Length@ Split@ IntegerDigits[n, 2] + 4], {n, 76}] (* _Michael De Vlieger_, Mar 10 2016 *) %o A073334 (Haskell) %o A073334 a073334 0 = 3 %o A073334 a073334 n = a000045 $ a005811 n + 4 -- _Reinhard Zumkeller_, May 23 2013 %Y A073334 Cf. A005811, A000045. %K A073334 nonn,hear %O A073334 0,1 %A A073334 _Jeffrey Shallit_, Aug 25 2002