login
A143470
Triangle read by rows, A000012 * A143316, 1 <= k <= n.
1
1, 3, 1, 7, 1, 1, 11, 3, 1, 1, 19, 3, 1, 1, 1, 23, 7, 3, 1, 1, 1, 35, 7, 3, 1, 1, 1, 1, 43, 11, 3, 3, 1, 1, 1, 1, 55, 11, 7, 3, 1, 1, 1, 1, 1, 63, 19, 7, 3, 3, 1, 1, 1, 1, 1, 83, 19, 7, 3, 3, 1, 1, 1, 1, 1, 1, 91, 23, 11, 7, 3, 3, 1, 1, 1, 1, 1, 1, 115, 23, 11, 7, 3, 3, 1, 1, 1, 1, 1, 1, 1
OFFSET
1,2
COMMENTS
Sum of n-th row is n^2.
Duplicate of A242114.
FORMULA
Triangle read by rows, A000012 * A143316, 1 <= k <= n, where the operation A000012 * A143316 takes partial sums of A143316 terms by columns.
EXAMPLE
First few rows of the triangle:
1;
3, 1;
7, 1, 1;
11, 3, 1, 1;
19, 3, 1, 1, 1;
23, 7, 3, 1, 1, 1;
35, 7, 3, 1, 1, 1, 1;
...
CROSSREFS
Sequence in context: A026499 A339452 A242114 * A114580 A257597 A097229
KEYWORD
dead
AUTHOR
Gary W. Adamson, Aug 17 2008
EXTENSIONS
a(28) = 1 inserted by Georg Fischer, Aug 18 2023
STATUS
approved