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!)
A299444 Triangle read by rows, T(n, k) = 2^k*binomial(n, k)*hypergeom([-k, k - n, k - n], [1, -n], 1/2) for n >= 0 and 0 <= k <= n. 1
1, 1, 2, 1, 5, 4, 1, 10, 16, 8, 1, 17, 49, 44, 16, 1, 26, 121, 182, 112, 32, 1, 37, 256, 593, 584, 272, 64, 1, 50, 484, 1616, 2368, 1712, 640, 128, 1, 65, 841, 3848, 7921, 8312, 4720, 1472, 256, 1, 82, 1369, 8254, 22841, 33002, 26704, 12448, 3328, 512 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
Triangle starts:
[0] 1
[1] 1, 2
[2] 1, 5, 4
[3] 1, 10, 16, 8
[4] 1, 17, 49, 44, 16
[5] 1, 26, 121, 182, 112, 32
[6] 1, 37, 256, 593, 584, 272, 64
[7] 1, 50, 484, 1616, 2368, 1712, 640, 128
[8] 1, 65, 841, 3848, 7921, 8312, 4720, 1472, 256
[9] 1, 82, 1369, 8254, 22841, 33002, 26704, 12448, 3328, 512
MAPLE
T := (n, k) -> 2^k*binomial(n, k)*hypergeom([-k, k - n, k - n], [1, -n], 1/2):
seq(seq(simplify(T(n, k)), k=0..n), n=0..9);
CROSSREFS
Cf. A299443 (row sums).
Sequence in context: A246173 A092821 A238241 * A371300 A110552 A129161
KEYWORD
nonn,tabl
AUTHOR
Peter Luschny, Feb 10 2018
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 19 15:34 EDT 2024. Contains 371794 sequences. (Running on oeis4.)