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!)
A337995 T(n, k) = A337994(n, k) / A099398(n). Triangle read by rows, for 0 <= k <= n. 0
1, 0, 2, 0, 3, 15, 0, 6, 30, 84, 0, 2, 10, 28, 60, 0, 12, 60, 168, 360, 660, 0, 3, 15, 42, 90, 165, 273, 0, 2, 10, 28, 60, 110, 182, 280, 0, 6, 30, 84, 180, 330, 546, 840, 1224, 0, 12, 60, 168, 360, 660, 1092, 1680, 2448, 3420, 0, 2, 10, 28, 60, 110, 182, 280, 408, 570, 770 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
Triangle starts:
[0] 1
[1] 0, 2
[2] 0, 3, 15
[3] 0, 6, 30, 84
[4] 0, 2, 10, 28, 60
[5] 0, 12, 60, 168, 360, 660
[6] 0, 3, 15, 42, 90, 165, 273
[7] 0, 2, 10, 28, 60, 110, 182, 280
[8] 0, 6, 30, 84, 180, 330, 546, 840, 1224
[9] 0, 12, 60, 168, 360, 660, 1092, 1680, 2448, 3420
MAPLE
T := (n, k) -> `if`(n=0, 1, (k*(2*k+2)*(2*k+1)*(2*n-1)*binomial(2*(n-1), n-1))/(n*(n+1)*(n+2))/numer((2^(1-2*n)*binomial(2*n, n))/((n+1)*(n+2)))):
seq(seq(T(n, k), k=0..n), n=0..10);
CROSSREFS
Sequence in context: A368583 A365547 A280180 * A337994 A135433 A223706
KEYWORD
nonn,tabl
AUTHOR
Peter Luschny, Nov 01 2020
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 April 24 14:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)