A179069 Array read by antidiagonals: row b lists the base-b analog of the base-10 sequence 1, 12, 123, ..., 123456789, 12345678910, ... (A007908).
1, 1, 3, 1, 6, 6, 1, 5, 27, 10, 1, 6, 48, 220, 15, 1, 7, 27, 436, 1765, 21, 1, 8, 38, 436, 3939, 14126, 28, 1, 9, 51, 194, 6981, 35367, 113015, 36, 1, 10, 66, 310, 4855, 111702, 318310, 1808248
Offset: 1
Examples
The array begins: ==================================================================== ....|n=1.|.n=2.|.n=3.|.n=4.|..n=5.|..n=6.|...n=7.|.....n=8.|.in OEIS b=1.|.1..|...3.|...6.|..10.|...15.|...21.|....28.|......36.|.A000217 b=2.|.1..|...6.|..27.|.220.|.1765.|.14126|.113015|.1808248.|.A047778 b=3.|.1..|...5.|..48.|.436.|.3929.|.35367|.318310|.2864798.|.A048435 b=4.|.1..|...6.|..27.|.436.|.6981.|111702|1787239|28595832.|.A048436 b=5.|.1..|...7.|..38.|.194.|.4855.|121381|3034532|75863308.|.A048437 b=6.|.1..|...8.|..51.|.310.|.1865.|.67146|2417263|87021476.|.A048438 b=7.|.1..|...9.|..66.|.466.|.3267.|.22875|1120882|54923226.|.A048439 b=8.|.1..|..10.|..83.|.668.|.5349.|.42798|.342391|21913032.|.A048440 ... b=10|.1..|..12.|.123.|1234.|12345.|123456|1234567|12345678.|.A007908 =====================================================================
References
- Richard K. Guy, Unsolved Problems In Number Theory, 2nd Edn., Springer Verlag, 1994.
Crossrefs
Formula
A[b,n] = n-th integer concatenated from consecutive integers in base b.
Extensions
Should be revised to start with base 2, rather than the ill-defined "base 1". - N. J. A. Sloane, Jul 05 2010
Comments