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.

A165478 Positions of zeros in A165477.

Original entry on oeis.org

0, 131070, 131071, 262141, 262142, 393212, 393213, 524283, 524284, 655354, 655355, 786425, 786426, 917496, 917497, 1048567, 1048568, 1179638, 1179639, 1310709, 1310710, 1441780, 1441781, 1572851, 1572852, 1703922, 1703923
Offset: 0

Views

Author

Antti Karttunen, Sep 21 2009

Keywords

Crossrefs

See also A165479. Compare also to A165473, A165483.

Formula

a(n) = floor(n/2)*131071 + (n modulo 2)*131070