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!)
A361739 Diagonal of rational function 1/(1 - (x^3 + y^3 + z^3 + x^4*y*z)). 3
1, 0, 0, 6, 6, 0, 90, 180, 90, 1680, 5040, 5040, 36330, 138600, 207900, 895356, 3818430, 7567560, 24720696, 106702596, 258053796, 742135680, 3050807760, 8483450976, 23450218506, 89691647760, 273414861720, 760735601340, 2713845780360, 8733512193120, 24957399366900 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} (3*k)!/k!^3 * binomial(k,n-3*k).
From Vaclav Kotesovec, Mar 23 2023: (Start)
Recurrence: (n-1)*n^2*a(n) = -(n-1)^2*n*a(n-1) + 27*(n-2)*(n-1)^2*a(n-3) + 18*(n-2)*(3*n^2 - 9*n + 2)*a(n-4) + 3*n*(3*n - 11)*(3*n - 7)*a(n-5).
a(n) ~ sqrt(3) * d^n / (2*Pi*n), where d = 3.278393896770041178744966998018587... is the positive real root of the equation d^4 - 27*d - 27 = 0. (End)
PROG
(PARI) a(n) = sum(k=0, n\3, (3*k)!/k!^3*binomial(k, n-3*k));
CROSSREFS
Cf. A361730.
Sequence in context: A021942 A346536 A317577 * A245173 A256273 A046620
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Mar 22 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 17 10:03 EDT 2024. Contains 374375 sequences. (Running on oeis4.)