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.

A370782 Expansion of 1 / ( (1 - x)*(1 + 5*x)*(1 - 25*x) )^(1/3).

This page as a plain text file.
%I A370782 #9 Mar 10 2024 09:28:16
%S A370782 1,7,133,2539,53305,1155679,25714333,582045667,13346038321,
%T A370782 309067047415,7213999049845,169466050348315,4002188759121385,
%U A370782 94941811661199055,2260887088517478925,54017663776267303315,1294331605116743179105,31092684363296020670695
%N A370782 Expansion of 1 / ( (1 - x)*(1 + 5*x)*(1 - 25*x) )^(1/3).
%F A370782 a(n) ~ 5^(2*n+1) / (Gamma(1/3) * 2^(4/3) * 3^(2/3) * n^(2/3)). - _Vaclav Kotesovec_, Mar 10 2024
%o A370782 (PARI) my(N=20, x='x+O('x^N)); Vec(1/((1-x)*(1+5*x)*(1-25*x))^(1/3))
%Y A370782 Cf. A370779.
%K A370782 nonn
%O A370782 0,2
%A A370782 _Seiichi Manyama_, Mar 01 2024