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.

A376805 Expansion of 1/((1 - x^2)^3 - 9*x)^(1/3).

This page as a plain text file.
%I A376805 #7 Oct 04 2024 14:19:25
%S A376805 1,3,19,138,1072,8661,71758,605094,5169286,44605527,387969346,
%T A376805 3396331158,29891385937,264264469542,2345319267553,20883723678234,
%U A376805 186497307222706,1669724703219384,14983025158691938,134719748524295094,1213531265862339751
%N A376805 Expansion of 1/((1 - x^2)^3 - 9*x)^(1/3).
%F A376805 a(n) = Sum_{k=0..floor(n/2)} (-9)^(n-2*k) * binomial(-1/3,n-2*k) * binomial(3*n-5*k,k).
%o A376805 (PARI) my(N=30, x='x+O('x^N)); Vec(1/((1-x^2)^3-9*x)^(1/3))
%Y A376805 Cf. A376802, A376806.
%K A376805 nonn
%O A376805 0,2
%A A376805 _Seiichi Manyama_, Oct 04 2024