login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A337663 Solution to stepping stone puzzle if we start with n 1's (see Comments). 11
1, 16, 28, 38, 49, 60 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Start with an infinite square grid. Each cell has eight neighbors. Place n 1's anywhere. Now place the numbers 2, 3, ..., 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.
a(1) - a(4) were found by Thomas Ladouceur and Jeremy Rebenstock by considering all the possibilities (by computer - see link to Python program).
Note that a(n) always exists, by definition. But it is possible that it is infinity. One consequence of the following argument is that a(n) < oo. - N. J. A. Sloane, Oct 08 2020
From Robert Gerbicz, Oct 08 2020: (Start)
a(n) = O(n*log(n)^2). Proof:
Assume k > 1. Since the square containing k is the sum of its neighbors, one neighbor will be at most k/2. Continuing this (with the smallest term from the sum): if k < 2^(d+1) then one term within distance d from the square containing k will be at most 1, hence exactly one.
But n squares (containing ones) cover at most (2*d+1)^2*n squares within distance d. So for all d > 0, min(2^(d+1)-2, a(n)-1) <= (2*d+1)^2*n.
From this a(n) is finite because 2^d/d^2 is unbounded. Use the inequality for that d where 2^(d+1) < a(n) <= 2^(d+2), then (a(n)-4)/2 <= 2^(d+1)-2 = min(2^(d+1)-2, a(n)-1) <= (2*d+1)^2*n < 4*log_2(a(n))^2*n, and from a(n) < 4 + 8*log_2(a(n))^2*n it is easy to see that a(n) = O(n*log(n)^2). (End)
From Robert Gerbicz, Apr 26 2021: (Start)
a(n) < 714*n. Proof:
As above, assume k > 1; since the square containing k is the sum of its neighbors, one neighbor will be at most k/2. Continuing this in at most d=11 steps we get a square not larger than max(1, k/2048).
This means that the n ones and the integers in [2, k/2048] cover all integers from [2,k] within a distance of d=11. A single square covers at most (2*d+1)^2 squares, hence 23^2*(n + k/2048) >= k-1.
From this, k < 714*n, so a(n) is finite and a(n) < 714*n. (More precisely we got a(n) <= (1083392*n + 2048)/1519.) This idea works for any d > 8 steps, but gives the best upper bound for d=11. (End)
From N. J. A. Sloane, Aug 26 2022: (Start)
This entry has grown too long, so I have moved some of the comments to attached text files. At present these are, in chronological order:
- Charlotte Darroch, Jan 11 2022: a(n) <= 278*n. (See link)
- Charlotte Darroch, Jan 11 2022, and Robert Gerbicz, Jan 12 2022: a(n) <= 183*n. (See link)
- Tejo Vrush, Jan 22 2022: a(n) <= 155*n. (See link)
- Jonathan F. Waldmann, Aug 17 2022: a(n) < 86*n + 32. (See link)
- Jonathan F. Waldmann, Oct 01 2022: a(n) < 79*n + C. (See link)
- Robert Gerbicz, Oct 05 2022: lim inf a(n)/n > 6 (Probably a(n) > 6.0128*n-5621 for all n.) See link
- Skylark Xentha Murphy-Davies, a(n) >= 6*n for n >= 3 (see link)
(End)
Al Zimmermann has informed me that he is running a computer-programming competition (see link) in which contestants try to improve the lower bounds on a(n). This has already produced many improvements. Several contestants (the first was Mark Beyleveld) have shown that a(7) >= 71. Other lower bounds are a(8) >= 79, a(9) >= 89, a(10) >= 99, a(11) >= 109, a(12) >= 115. The full results will be announced when the competition ends in November 2022, and at that time the contestants may reveal that they also have proofs that some of these lower bounds are in fact the exact values. - N. J. A. Sloane, Aug 26 2022
See A350627 for several older problems that are similar to this, such as the Forest of Numbers (Bosque de Números) puzzle. - N. J. A. Sloane, Feb 05 2022
LINKS
Charlotte Darroch and Robert Gerbicz, a(n) <= 278*n and a(n) <= 183*n
Peter Kagey and others, Extend the most recent "nice" OEIS sequence: stepping stone puzzle on a grid, Code Golf Stack Exchange, October 2020.
Dmitry Kamenetsky, Some lower bounds for 7 <= n <= 9. [Shows a(7) >= 67, a(8) >= 74, a(9) >= 81.]
Thomas Ladouceur, Illustration for a(2) = 16
Thomas Ladouceur, Python (Jupyter) notebook for A337663 on Github.
Skylark Xentha Murphy-Davies, Stones on an Infinite Chessboard in a Finite Spreadsheet [Many lower bounds, including a(n) >= 6*n for n >= 3]
Hugo van der Sanden, Implementations in C and Perl
N. J. A. Sloane, A lower bound of 6*n+3 for n >= 3, based on the optimal construction for n=2 (black) and continuing the obvious pattern of the red squares. Discovered by Menno Verhoeven, Jan 10 2022, and mentioned in a comment on the "Stones on an Infinite Chessboard" video.
N. J. A. Sloane, Exciting New Numbers Sequences (video of talk), Mar 05 2021.
N. J. A. Sloane, Brady Haran and Pete McPartlan, Stones on an Infinite Chessboard, Numberphile video (2022).
N. J. A. Sloane, "A Handbook of Integer Sequences" Fifty Years Later, arXiv:2301.03149 [math.NT], 2023, pp. 16-18.
Mihael Tunik, Lower bound for n = 7 [Shows a(7) >= 69.]
Tejo Vrush, a(n) <= 155*n
Jonathan F. Waldmann, a(n) < 86*n + 32
Jonathan F. Waldmann, a(n) < 79*n + C
Mattias de Zalenski, Some lower bounds for 7 <= n <= 9. [Shows a(7) >= 68, a(8) >= 76, a(9) >= 82.]
Al Zimmermann, Stepping Stones Programming Contest, August, 2022.
Al Zimmermann, 12 solutions showing that a(7) >= 71. [Results from his programming contest, added by N. J. A. Sloane, Jan 07 2023]
FORMULA
From Andrew Howroyd, Oct 08 2020: (Start)
a(n) >= 5*n - 4.
Proof: This follows by continuing the following simple construction:
+----+----+----+----+----+----+----+----+----+----+
| | | 4 | | | | | | 14 | |
+----+----+----+----+----+----+----+----+----+----+
| | 3 | 1 | 5 | | | | 13 | 1 | 15 |
+----+----+----+----+----+----+----+----+----+----+
| | 2 | | 6 | | | | 12 | | 16 |
+----+----+----+----+----+----+----+----+----+----+
| 1 | | | | 7 | | 11 | | | |
+----+----+----+----+----+----+----+----+----+----+
| | | | | 8 | 1 | 10 | | | |
+----+----+----+----+----+----+----+----+----+----+
| | | | | | 9 | | | | |
+----+----+----+----+----+----+----+----+----+----+
(End)
From Skylark Xentha Murphy-Davies, Jan 10 2022, added by N. J. A. Sloane: (Start)
a(n) >= 6*n - 6. [This has since been strengthened to a(n) >= 6*n for n >= 3 - see Comments and Link. - N. J. A. Sloane, Sep 14 2022]
Proof: This follows by continuing the following simple construction:
+----+----+----+----+----+----+----+----+----+----+
| 1 | | | | | | | | | |
+----+----+----+----+----+----+----+----+----+----+
| | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | |
+----+----+----+----+----+----+----+----+----+----+
| | | 1 | | | 1 | | | 1 | 10 |
+----+----+----+----+----+----+----+----+----+----+
| | 18 | 17 | 16 | 15 | 14 | 13 | 12 | 11 | |
+----+----+----+----+----+----+----+----+----+----+
(End)
Menno Verhoeven, Jan 10 2022, has shown that a(n) >= 6*n+3 for n >= 3. See my "Lower bound of 6n+3" link. This is obtained by starting from the a(2)=16 configuration. He remarks that by starting from a larger configuration one can improve the constant term 3, although not the multiplier 6. For example, starting from the a(6) configuration gives a(n) >= 6n+24 for n >= 6. - N. J. A. Sloane, Jan 10 2022
EXAMPLE
Starting with n = 2 cells containing 1's the following strategy achieves a(2) = 16 (this is also shown in the link):
+----+----+----+----+----+----+
| 9 | 5 | 10 | 11 | | |
+----+----+----+----+----+----+
| | 4 | 1 | | | |
+----+----+----+----+----+----+
| 12 | 8 | 3 | 2 | | 16 |
+----+----+----+----+----+----+
| | | | 6 | 1 | 15 |
+----+----+----+----+----+----+
| | | 13 | 7 | 14 | |
+----+----+----+----+----+----+
Illustration for a(3) = 28 from Fakih Karademir, Aug 30 2022: (Start)
. 24 . . . . .
. 8 16 17 . . .
15 7 1 . 19 . .
22 . 6 2 . 20 .
. 28 . 3 1 . 25
. . . . 4 5 .
. . 21 . 9 18 23
. . 11 10 . . .
. 12 1 . . . .
. 26 13 14 . . .
. . . 27 . . . (End)
Illustration for a(4) = 38 from Arnauld Chevallier:
. . . . . . . . . . . . . . .
. 35 18 36 . 23 . 21 . 32 . . . . .
. . 17 1 . 14 9 . 12 20 . . . . .
. . 34 16 15 . 5 4 8 . . 26 27 . .
. . . . 31 . 10 1 3 19 25 . 1 28 .
. . . . . . 11 . 2 6 . 33 . 29 .
. . . . . . 24 13 22 1 7 . . . .
. . . . . . 37 . . 30 38 . . . .
. . . . . . . . . . . . . . .
From Bert Dobbelaere, Nov 01 2020: (Start)
Illustration for a(6) = 60:
. . . . . . . . . . . . . 47 24 48 .
. . . . . . . . . . . . . . 23 1 49
. . . . . . . . . . . . 41 . 22 . 50
. . . . . . . . 51 . 36 . 20 21 43 . .
. . . . . . . . 34 17 . 19 1 . . . .
. . . . . . . . 16 1 18 38 58 59 . . .
. . . . . 37 30 15 40 . 57 . . . . . .
. . . . . . 7 8 . . . . . . . . .
. . . 35 46 6 1 25 33 . . . . . . . .
. 60 32 . 3 2 9 . . . . . . . . . .
. . 28 4 1 31 11 45 . 52 . . . . . . .
. 42 14 10 5 . . 12 13 39 . . . . . . .
. 56 . 29 44 . . 1 26 . . . . . . . .
. . . . . . 55 54 27 53 . . . . . . .
(End)
CROSSREFS
See A355903 for another version of the problem.
Sequence in context: A212051 A166595 A280989 * A211570 A357264 A349418
KEYWORD
nonn,more,nice,changed
AUTHOR
N. J. A. Sloane, Oct 07 2020, based on an email from Thomas Ladouceur and Jeremy Rebenstock, Oct 06 2020
EXTENSIONS
a(1)-a(4) confirmed by Arnauld Chevallier
a(5) from Code Golf user xash (see Code Golf Stack Exchange link). - Peter Kagey, Oct 08 2020
a(5) independently confirmed by Andrew Howroyd, Oct 08 2020
a(6) from Bert Dobbelaere, Nov 01 2020
a(6) independently confirmed by Hugo van der Sanden, Nov 05 2020
Deleted an unproved upper bound. - N. J. A. Sloane, Jan 14 2022
a(7) >= 71 was found by Mark Beyleveld, Aug 07 2023 (see Links). - Al Zimmermann, Jan 02 2023
The programming contest also produced the lower bounds 80, 90, 99, 109, 118 for n = 8, ..., 12, respectively (see Links). Al Zimmermann, Jan 05 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 20 10:08 EDT 2024. Contains 373515 sequences. (Running on oeis4.)