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.

A329268 Positions of 1 in A309797.

Original entry on oeis.org

1, 2, 3, 4, 8, 9, 10, 11, 22, 23, 24, 25, 29, 58, 59, 60, 61, 65, 66, 67, 68, 88, 142, 143, 144, 145, 149, 150, 209, 300, 301, 302, 303, 307, 315, 317, 319, 322, 325, 650, 651, 652, 653, 657, 658, 659, 660, 671, 673, 675, 677, 680, 705, 706, 711, 712, 713, 716
Offset: 1

Views

Author

Rémy Sigrist, Nov 11 2019

Keywords

Comments

This sequence is infinite.

Examples

			A309797(67) = 1, hence 67 appears in the sequence.
		

Crossrefs

Cf. A309797.

Programs

  • PARI
    See Links section.

Formula

a(A309797(n)) = 1.
a(n+1) <= 2*a(n).