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!)
A247488 Triangle read by rows: T(n,k) = abs(C(n-k, k)*hypergeom([k-n/2, k-n/2+1/2], [1], -4)). 1
1, 1, 1, 1, 5, 2, 5, 3, 1, 11, 20, 3, 41, 25, 6, 1, 29, 66, 50, 4, 125, 287, 75, 10, 1, 365, 232, 231, 100, 5, 131, 1125, 1148, 175, 15, 1, 1409, 3650, 1044, 616, 175, 6, 3301, 1441, 5625, 3444, 350, 21, 1, 155, 16908, 20075, 3480, 1386, 280, 7 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
EXAMPLE
1
1
1, 1
5, 2
5, 3, 1
11, 20, 3
41, 25, 6, 1
29, 66, 50, 4
125, 287, 75, 10, 1
365, 232, 231, 100, 5
131, 1125, 1148, 175, 15, 1
1409, 3650, 1044, 616, 175, 6
MAPLE
A247488 := (n, k) -> abs(binomial(n-k, k)*hypergeom([k-n/2, k-n/2+1/2], [1], -4)): seq(print(seq(round(evalf(A247488(n, k))), k=0..iquo(n, 2))), n =0..19);
CROSSREFS
Cf. A132885.
Sequence in context: A244892 A278066 A153107 * A199957 A020855 A007292
KEYWORD
nonn,tabf
AUTHOR
Peter Luschny, Sep 18 2014
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 06:07 EDT 2024. Contains 371918 sequences. (Running on oeis4.)