A368364 a(n) = number of s with n^k-n^2 <= s <= n^k-1, k >= 3, such that a comma sequence in base n with initial term s will not reach n^k.
0, 1, 2, 4, 5, 7, 8, 11, 12, 14, 16, 18, 20, 23, 24, 26, 29, 31, 33, 36, 38, 40, 42, 45, 47, 51, 52, 54, 58, 60, 61, 65, 67, 71, 73, 75, 77, 81, 83, 85, 89, 91, 93, 98, 100, 102, 104, 107, 110, 114, 116, 118, 122, 125, 127, 131, 133, 135, 139, 141, 143, 149, 150, 154
Offset: 2
Keywords
Examples
In base 10, a(10) = 8 values of s hit a landmine before reaching safety.
Links
- Eric Angelini, Michael S. Branicky, Giovanni Resta, N. J. A. Sloane, and David W. Wilson, The Comma Sequence: A Simple Sequence With Bizarre Properties, arXiv:2401.14346, Fibonacci Quarterly 62:3 (2024), 215-232.
- Eric Angelini, Michael S. Branicky, Giovanni Resta, N. J. A. Sloane, and David W. Wilson, The Comma Sequence: A Simple Sequence With Bizarre Properties, Local copy.
- N. J. A. Sloane, Eric Angelini's Comma Sequence, Experimental Math Seminar, Rutgers Univ., January 18, 2024, Youtube video; Slides
Comments