|
| |
|
|
A103462
|
|
A triangle with palindromic cubes, read by rows.
|
|
2
| |
|
|
1, 1, 1, 1, 2, 1, 1, 2, 3, 1, 1, 2, 5, 4, 1, 1, 2, 9, 10, 5, 1, 1, 2, 17, 28, 17, 6, 1, 1, 2, 33, 82, 65, 26, 7, 1, 1, 2, 65, 244, 257, 126, 37, 8, 1, 1, 2, 129, 730, 1025, 626, 217, 50, 9, 1, 1, 2, 257, 2188, 4097, 3126, 1297, 344, 65, 10, 1, 1, 2, 513, 6562, 16385, 15626, 7777
(list; table; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,5
|
|
|
LINKS
| P. De Geest, World!Of Numbers
|
|
|
FORMULA
| Number triangle T(n, k)=if(k<=n, k^(n-k)+1-0^(n-k), 0); Column k has g.f. x^k(1-kx^2)/((1-x)(1-kx)).
|
|
|
EXAMPLE
| Rows start {1}, {1,1}, {1,2,1}, {1,2,3,1}, {1,2,5,4,1},..
|
|
|
CROSSREFS
| Columns include A040000, A083318, A103457, A046231, A046233, A103458, A103459, A000533. Cubes of column k are palindromic to base k, k>3 (start with column 0). Row sums are A103480. Diagonal sums are A103481.
Sequence in context: A152977 A117935 A179749 * A116855 A173265 A157744
Adjacent sequences: A103459 A103460 A103461 * A103463 A103464 A103465
|
|
|
KEYWORD
| easy,nonn,tabl
|
|
|
AUTHOR
| Paul Barry (pbarry(AT)wit.ie), Feb 07 2005
|
| |
|
|