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.

A160731 First differences of A160730.

Original entry on oeis.org

2, 2, 4, 6, 6, 6, 12, 14, 12, 6, 12, 14, 16, 18, 32, 34, 20, 6, 12, 14, 16, 18, 32, 34, 24, 18, 32, 38, 44, 62, 92, 82, 36, 6, 12, 14, 16, 18, 32, 34, 24, 18, 32, 38, 44, 62, 92, 82, 40, 18, 32, 38, 44, 62
Offset: 1

Views

Author

Omar E. Pol, May 25 2009

Keywords

Examples

			Placing the entries starting from a(4) in a triangle with rows that have length equal to powers of two gives:
6, 6
6, 12, 14, 12
6, 12, 14, 16, 18, 32, 34, 20
6, 12, 14, 16, 18, 32, 34, 24, 18, 32, 38, 44, 62, 92, 82, 36
...
The rows of this triangle tend to 2*A168114.
		

Crossrefs

Formula

From Nathaniel Johnston, Mar 28 2011: (Start)
a(n) = 2*A168113(n)
a(2^(n+2) + 1) = 4(2^n + 1), n >= 1.
(End)

Extensions

Terms after a(11) from Nathaniel Johnston, Mar 28 2011