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.

Showing 1-2 of 2 results.

A350235 a(n) is the least k such that A350226(k) = n.

Original entry on oeis.org

0, 2, 6, 9, 12, 15, 18, 56, 72, 135, 150, 165, 180, 195, 210, 225, 240, 255, 270, 620, 651, 682, 713, 744, 775, 806, 837, 868, 899, 930, 961, 992, 1056, 2079, 2142, 2205, 2268, 2331, 2394, 2457, 2520, 2583, 2646, 2709, 2772, 2835, 2898, 2961, 3024, 3087, 3150
Offset: 1

Views

Author

Rémy Sigrist, Dec 21 2021

Keywords

Comments

Equivalently, this sequence gives the positions of records in A350226.

Crossrefs

Cf. A350226.

Programs

  • C
    See Links section.

A350285 a(n) is the least d > 0 such that A010060(n) = A010060(n - i*d) for i = 0..A350226(n)-1 (A010060 corresponds to the Thue-Morse sequence).

Original entry on oeis.org

1, 1, 1, 3, 2, 2, 3, 3, 1, 3, 5, 3, 3, 6, 3, 3, 2, 7, 3, 6, 5, 5, 3, 3, 6, 3, 5, 9, 3, 6, 6, 3, 1, 3, 5, 7, 6, 6, 12, 3, 10, 10, 7, 7, 3, 9, 3, 3, 12, 7, 3, 6, 5, 10, 9, 17, 7, 6, 5, 9, 3, 12, 6, 9, 2, 7, 3, 15, 5, 5, 14, 14, 9, 12, 12, 12, 3, 19, 6, 3, 17, 20
Offset: 0

Views

Author

Rémy Sigrist, Dec 23 2021

Keywords

Examples

			For n = 21:
- A350226(21) = 3,
- the first 22 terms of A010060 are:
       0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 1
                                        *              *              *
                            *                    *                    *
          *                             *                             *
- A010060(11) = A010060(16) = A010060(21),
- A010060(7) = A010060(14) = A010060(21),
- A010060(1) = A010060(11) = A010060(21),
- the first differences are 5, 7 and 10,
- the least first difference is 5,
- so a(21) = 5.
		

Crossrefs

Programs

  • C
    See Links section.

Formula

a(n) * (A350226(n) - 1) <= n.
Showing 1-2 of 2 results.