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!)
A357545 Central terms of triangle A357541: a(n) = A357541(2*n,n). 2
1, 120, 38966400, 335872728576000, 23676862831649280000000, 7884265450248813494550528000000, 9001018126678397460727568113336320000000, 28542885018291526761600709316931461578752000000000, 216619327660243309425808505300579182909935738421248000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Also equals central terms of triangle A357542: a(n) = A357542(2*n,n).
LINKS
PROG
(PARI) {A357541(n, k) = my(S = serreverse( intformal( 1/((1 + x^3)^2*(1 + r^3*x^3)^2 +O(x^(3*n+3)) )^(1/3) )) );
(3*n)!*polcoeff( polcoeff((1 + S^3)^(1/3), 3*n, x), 3*k, r)}
for(n=0, 15, print1( A357541(2*n, n), ", "))
CROSSREFS
Sequence in context: A367569 A172626 A258926 * A294320 A268506 A172730
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 10 2022
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.)