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.

A267089 T(n,k) is decimal conversion of 1's in an n X n table that lie on its principal diagonals.

Original entry on oeis.org

1, 3, 3, 5, 2, 5, 9, 6, 6, 9, 17, 10, 4, 10, 17, 33, 18, 12, 12, 18, 33, 65, 34, 20, 8, 20, 34, 65, 129, 66, 36, 24, 24, 36, 66, 129, 257, 130, 68, 40, 16, 40, 68, 130, 257, 513, 258, 132, 72, 48, 48, 72, 132, 258, 513, 1025, 514, 260, 136, 80, 32, 80, 136, 260, 514
Offset: 0

Views

Author

Kival Ngaokrajang, Jan 10 2016

Keywords

Comments

Inspired by A137932 and A042948.
Conjectures:
(i) The first column is A083318.
(ii) T(n,k) = A086066(m) where m >= 10, n = m - 9*k, k = floor(m/10).

Examples

			See the "Illustration of initial terms" link for explicit examples.
Triangle begins:
n\k 0   1  2  3  4  5  6   7   8 ...
0   1
1   3   3
2   5   2  5
3   9   6  6  9
4  17  10  4 10 17
5  33  18 12 12 18 33
6  65  34 20  8 20 34 65
7 129  66 36 24 24 36 66 129
8 257 130 68 40 16 40 68 130 257
...
		

Crossrefs