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-1 of 1 results.

A350511 a(n) is the unique k such that A124145(n) is the sum of k consecutive terms among the first n-1 terms of A124145.

Original entry on oeis.org

2, 2, 3, 2, 3, 4, 5, 2, 3, 4, 6, 2, 4, 5, 2, 2, 4, 2, 3, 5, 2, 6, 7, 3, 2, 5, 3, 6, 3, 8, 9, 5, 3, 6, 4, 2, 2, 8, 9, 10, 3, 2, 2, 8, 5, 11, 2, 6, 3, 4, 11, 2, 3, 4, 2, 5, 2, 6, 3, 9, 7, 10, 2, 11, 7, 5, 2, 3, 2, 3, 2, 4, 2, 12, 4, 13, 7, 3, 8, 2, 5, 3, 11, 4
Offset: 3

Views

Author

Rémy Sigrist, Jan 02 2022

Keywords

Examples

			For n = 5:
- the first 5 terms of A124145 are: 1, 2, 3, 5, 6,
- A124145(5) = 6 = 1 + 2 + 3 = A124145(1) + A124145(2) + A124145(3),
- so a(5) = 3.
		

Crossrefs

Cf. A124145.

Programs

  • PARI
    See Links section.

Formula

a(n) > 1.
Showing 1-1 of 1 results.