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!)
A361840 Square array T(n,k), n>=0, k>=0, read by antidiagonals downwards, where column k is the expansion of 1/(1 - 9*x*(1 - x)^k)^(1/3). 5
1, 1, 3, 1, 3, 18, 1, 3, 15, 126, 1, 3, 12, 90, 945, 1, 3, 9, 57, 585, 7371, 1, 3, 6, 27, 297, 3969, 58968, 1, 3, 3, 0, 78, 1629, 27657, 480168, 1, 3, 0, -24, -75, 207, 9216, 196290, 3961386, 1, 3, -3, -45, -165, -438, 459, 53217, 1411965, 33011550 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
n*T(n,k) = 3 * Sum_{j=0..k} (-1)^j * binomial(k,j)*(3*n-2-2*j)*T(n-1-j,k) for n > k.
T(n,k) = (-1)^n * Sum_{j=0..n} 9^j * binomial(-1/3,j) * binomial(k*j,n-j).
EXAMPLE
Square array begins:
1, 1, 1, 1, 1, 1, ...
3, 3, 3, 3, 3, 3, ...
18, 15, 12, 9, 6, 3, ...
126, 90, 57, 27, 0, -24, ...
945, 585, 297, 78, -75, -165, ...
7371, 3969, 1629, 207, -438, -444, ...
PROG
(PARI) T(n, k) = (-1)^n*sum(j=0, n, 9^j*binomial(-1/3, j)*binomial(k*j, n-j));
CROSSREFS
Columns k=0..3 give A004987, A361843, A361844, A361845.
Main diagonal gives A361847.
Sequence in context: A197272 A306773 A276639 * A361839 A160708 A040173
KEYWORD
sign,tabl
AUTHOR
Seiichi Manyama, Mar 26 2023
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 July 19 01:31 EDT 2024. Contains 374388 sequences. (Running on oeis4.)