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.

A162797 a(n) = difference between the number of toothpicks of A139250 that are orthogonal to the initial toothpick and the number of toothpicks that are parallel to the initial toothpick, after n even rounds.

Original entry on oeis.org

1, 1, 5, 1, 5, 5, 17, 1, 5, 5, 17, 5, 17, 21, 49, 1, 5, 5, 17, 5, 17, 21, 49, 5, 17, 21, 49, 21, 53, 81, 129, 1, 5, 5, 17, 5, 17, 21, 49, 5, 17, 21, 49, 21, 53, 81, 129, 5, 17, 21, 49, 21, 53, 81, 129
Offset: 1

Views

Author

Omar E. Pol, Jul 14 2009

Keywords

Comments

It appears that a(2^k) = 1, for k >= 0. [From Omar E. Pol, Feb 22 2010]

Examples

			Contribution from _Omar E. Pol_, Feb 22 2010: (Start)
If written as a triangle:
1;
1,5;
1,5,5,17;
1,5,5,17,5,17,21,49;
1,5,5,17,5,17,21,49,5,17,21,49,21,53,81,129;
1,5,5,17,5,17,21,49,5,17,21,49,21,53,81,129,5,17,21...
Rows converge to A173464.
(End)
Contribution from Omar E. Pol, Apr 01 2011 (Start):
It appears that the final terms of rows give A000337.
It appears that row sums give A006516.
(End)
		

Crossrefs

Formula

a(n) = A162796(n) - A162795(n).

Extensions

Edited by Omar E. Pol, Jul 18 2009
More terms from Omar E. Pol, Feb 22 2010
More terms (a(51)-a(55)) from Nathaniel Johnston, Mar 30 2011