The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A342797 Irregular triangle read by rows: T(n, k) is the k-th antidiagonal sum of the n X n matrices defined in A069480 and A078475. 0
1, 1, 5, 4, 1, 5, 15, 15, 9, 1, 5, 15, 34, 36, 29, 16, 1, 5, 15, 34, 65, 70, 63, 47, 25, 1, 5, 15, 34, 65, 111, 120, 114, 96, 69, 36, 1, 5, 15, 34, 65, 111, 175, 189, 185, 166, 135, 95, 49, 1, 5, 15, 34, 65, 111, 175, 260, 280, 279, 260, 226, 180, 125, 64 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
T(n, k) = A006003(k) for 1 <= k <= n.
T(n, k) = (k^3 + 2*n - 6*k^2*n - 4*n^3 + k*(10*n^2 - 1))/2 for n < k <= 2*n - 1.
T(n, 2*n-1) = A000290(n).
EXAMPLE
The triangle T(n, k) begins:
1
1 5 4
1 5 15 15 9
1 5 15 34 36 29 16
1 5 15 34 65 70 63 47 25
...
MATHEMATICA
T[n_, k_]:=If[k<=n, (k+k^3)/2, (k^3+2n-6k^2n-4n^3+k(10n^2-1))/2]; Flatten[Table[T[n, k], {n, 8}, {k, 2n-1}]]
CROSSREFS
Cf. A000290 (diagonal), A006003, A037270 (row sums), A060747 (row length), A069480, A078475.
Sequence in context: A113011 A028875 A130815 * A084129 A011503 A296498
KEYWORD
nonn,tabf
AUTHOR
Stefano Spezia, Apr 25 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 12 17:59 EDT 2024. Contains 372493 sequences. (Running on oeis4.)