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.

A350627 Solution to Forest of Numbers (Bosque de NĂºmeros) puzzle if we start with the numbers 1 through n (see Comments).

Original entry on oeis.org

1, 10, 22, 30, 36, 44
Offset: 1

Views

Author

N. J. A. Sloane, Feb 05 2022

Keywords

Comments

Start with an infinite square grid. Each cell has eight neighbors. Place the numbers 1, 2, ..., n anywhere. Now place the numbers n+1, n+2, ..., m in order, subject to the rule that when you place k, the sum of its neighbors must equal k. Then a(n) is the maximum m that can be achieved.
This is similar to the Stepping Stones problem discussed in A337663, but predates it by more than 20 years.
As can be seen in the El Acertijo (The Riddle) links and in Rodolfo Kurchan's webpage, there are at least six similar problems, for example when the numbers are restricted to an n X n square board. All of these are worthy of inclusion in the OEIS once enough terms are known.

Crossrefs

Cf. A337663 (Stepping Stones problem).

Extensions

a(5)-a(6) from Rodolfo Kurchan, Mar 29 2022