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.

A364623 G.f. satisfies A(x) = 1/(1-x)^3 + x*A(x)^3.

This page as a plain text file.
%I A364623 #13 Oct 03 2023 09:00:04
%S A364623 1,4,18,112,847,7086,62974,583002,5560323,54249583,538873135,
%T A364623 5431177821,55402340842,570899082760,5933922697380,62138800690564,
%U A364623 654949976467593,6942859160218698,73972792893687427,791722414873487767,8508265804914763731
%N A364623 G.f. satisfies A(x) = 1/(1-x)^3 + x*A(x)^3.
%H A364623 Seiichi Manyama, <a href="/A364623/b364623.txt">Table of n, a(n) for n = 0..944</a>
%F A364623 a(n) = Sum_{k=0..n} binomial(n+5*k+2,6*k+2) * binomial(3*k,k) / (2*k+1).
%o A364623 (PARI) a(n) = sum(k=0, n, binomial(n+5*k+2, 6*k+2)*binomial(3*k, k)/(2*k+1));
%Y A364623 Partial sums of A364629.
%Y A364623 Cf. A162481, A364624.
%Y A364623 Cf. A001764, A199475, A364620.
%K A364623 nonn
%O A364623 0,2
%A A364623 _Seiichi Manyama_, Jul 30 2023