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.

A111575 Powers of 3 repeated four times.

Original entry on oeis.org

1, 1, 1, 1, 3, 3, 3, 3, 9, 9, 9, 9, 27, 27, 27, 27, 81, 81, 81, 81, 243, 243, 243, 243, 729, 729, 729, 729, 2187, 2187, 2187, 2187, 6561, 6561, 6561, 6561, 19683, 19683, 19683, 19683, 59049, 59049, 59049, 59049, 177147, 177147, 177147, 177147, 531441
Offset: 0

Views

Author

Jeremy Gardiner, Nov 17 2005

Keywords

Comments

Generating sequence for the number of 0's and 1's (run lengths) in the parity of A006072, A111065 and A118594.

Examples

			a(10) = 3^floor(10/4) = 3^2 = 9.
		

Crossrefs

Programs

Formula

a(n) = 3^floor(n/4).
O.g.f.: -(1+x)*(1+x^2)/(-1+3*x^4). - R. J. Mathar, Jan 08 2008