cp's OEIS Frontend

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.

A130198 Single paradiddle. In percussion, the paradiddle is a four-note drum sticking pattern consisting of two alternating notes followed by two notes on the same hand.

Original entry on oeis.org

0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1, 1
Offset: 0

Views

Author

Simone Severini, May 16 2007

Keywords

Comments

Also the binary expansion of the constant 5/17 = 2^(-2) + 2^(-5) + 2^(-7) + ... - R. J. Mathar, Mar 27 2009
Period 8: repeat [0, 1, 0, 0, 1, 0, 1, 1]. - Wesley Ivan Hurt, Aug 23 2015

Crossrefs

Cf. A121262, A131078. - Jaume Oliver Lafont, Mar 19 2009
Cf. A165211.

Programs

Formula

From R. J. Mathar, Mar 27 2009: (Start)
a(n) = a(n-8) = a(n-1) - a(n-4) + a(n-5).
G.f.: -x*(1+x^3-x)/((x-1)*(1+x^4)). (End)
a(n) = (1-(-1)^((n+5)*(n+6)*(n^2+11*n+32)/8))/2. - Wesley Ivan Hurt, Aug 23 2015
a(n) = A165211(n+5). - Wesley Ivan Hurt, Aug 23 2015