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.

A080588 a(n) is the smallest nonnegative integer which is consistent with sequence being monotonically increasing and satisfying a(a(n)) = 4n.

Original entry on oeis.org

0, 2, 4, 5, 8, 12, 13, 14, 16, 17, 18, 19, 20, 24, 28, 29, 32, 36, 40, 44, 48, 49, 50, 51, 52, 53, 54, 55, 56, 60, 61, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 84, 88, 92, 96, 100, 104, 108, 112, 113, 114, 115, 116, 120, 124, 125
Offset: 0

Views

Author

N. J. A. Sloane, Feb 23 2003

Keywords

Comments

Equivalently: a(n) is taken to be the smallest positive integer greater than a(n-1) which is consistent with the condition "n is a member of the sequence if and only if a(n) is a multiple of 4".
The sequence of even numbers shares many of the properties of this sequence.

Crossrefs

Formula

a(a(n)) = 4n. a(2^k) = 2^(k+1).
a(n) = A080591(n-1) + 1, n >= 1.