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.

A090360 Satisfies A^3 = BINOMIAL(A090358^2), where A090358^6 = BINOMIAL(A090358^5).

This page as a plain text file.
%I A090360 #6 Nov 19 2014 10:03:51
%S A090360 1,1,5,53,855,18471,500651,16334075,623157898,27214793210,
%T A090360 1338641476882,73220527990322,4408033139790830,289619155572769806,
%U A090360 20620846574162157750,1581511116725744872022,129981009079318502310677
%N A090360 Satisfies A^3 = BINOMIAL(A090358^2), where A090358^6 = BINOMIAL(A090358^5).
%C A090360 See comments in A090358.
%H A090360 Vaclav Kotesovec, <a href="/A090360/b090360.txt">Table of n, a(n) for n = 0..310</a>
%F A090360 a(n) ~ (n-1)! / (75/2 * (log(6/5))^(n+1)). - _Vaclav Kotesovec_, Nov 19 2014
%o A090360 (PARI) {a(n)=local(A); if(n<1,0,A=1+x+x*O(x^n); for(k=1,n,B=subst(A^5,x,x/(1-x))/(1-x)+x*O(x^n); A=A-A^6+B);B=subst(A^2,x,x/(1-x))/(1-x)+x*O(x^n); polcoeff(B^(1/3),n,x))}
%Y A090360 Cf. A090358.
%K A090360 nonn
%O A090360 0,3
%A A090360 _Paul D. Hanna_, Nov 26 2003