cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A357545 Central terms of triangle A357541: a(n) = A357541(2*n,n).

This page as a plain text file.
%I A357545 #6 Oct 11 2022 00:50:19
%S A357545 1,120,38966400,335872728576000,23676862831649280000000,
%T A357545 7884265450248813494550528000000,
%U A357545 9001018126678397460727568113336320000000,28542885018291526761600709316931461578752000000000,216619327660243309425808505300579182909935738421248000000000
%N A357545 Central terms of triangle A357541: a(n) = A357541(2*n,n).
%C A357545 Also equals central terms of triangle A357542: a(n) = A357542(2*n,n).
%o A357545 (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) )) );
%o A357545 (3*n)!*polcoeff( polcoeff((1 + S^3)^(1/3), 3*n, x), 3*k, r)}
%o A357545 for(n=0, 15, print1( A357541(2*n, n), ", "))
%Y A357545 Cf. A357541, A357542.
%K A357545 nonn
%O A357545 0,2
%A A357545 _Paul D. Hanna_, Oct 10 2022