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.
%I A268549 #38 Jul 31 2022 02:21:57 %S A268549 1,12,648,50400,4630500,468087984,50345463168,5655718328832, %T A268549 656151696743400,78036148295820000,9465472643689782720, %U A268549 1166663950520357802240,145719568153188579382560,18405635030728188793200000 %N A268549 Diagonal of (1 - 9 x y)/((1 - 3 y - 2 x + 3 y^2 + 9 x^2 y) * (1 - u - z) * (1 - v - w)). %C A268549 "The corresponding (order-three) linear differential operator is not homomorphic to its adjoint, even with an algebraic extension." (see A. Bostan link) - _Gheorghe Coserea_, Aug 15 2016 %H A268549 Vaclav Kotesovec, <a href="/A268549/b268549.txt">Table of n, a(n) for n = 0..100</a> %H A268549 A. Bostan, S. Boukraa, J.-M. Maillard, and J.-A. Weil, <a href="http://arxiv.org/abs/1507.03227">Diagonals of rational functions and selected differential Galois groups</a>, arXiv preprint arXiv:1507.03227 [math-ph], 2015, Eq. (30). %H A268549 Jacques-Arthur Weil, <a href="http://www.unilim.fr/pages_perso/jacques-arthur.weil/diagonals/">Supplementary Material for the Paper "Diagonals of rational functions and selected differential Galois groups"</a> %F A268549 a(n) = [(xyzuvw)^n] (1 - 9*x*y)/((1 - 3*y - 2*x + 3*y^2 + 9*x^2*y) * (1 - u - z) * (1 - v - w)). %F A268549 D-finite with recurrence: n^3*a(n) -12*(3*n-2)*(-1+2*n)^2*a(n-1)=0. - _R. J. Mathar_, Mar 11 2016 [follows from the hypergeometric g.f. below - _Georg Fischer_, Jul 30 2022] %F A268549 From _Vaclav Kotesovec_, Jul 01 2016: (Start) %F A268549 a(n) = 3^(2*n) * (2*n)!^2 * Gamma(n + 1/3) / (Gamma(1/3) * (n!)^5). %F A268549 a(n) ~ 12^(2*n)/(Gamma(1/3)*Pi*n^(5/3)). %F A268549 (End) %F A268549 From _Gheorghe Coserea_, Aug 16 2016: (Start) %F A268549 a(n) = [(xyzuv)^n] 1/((1 - x + 3*y - 27*x*y^3 - 27*x*y^2 - 9*x*y + 3*y^2) * (1 - u - v - u*z - v*z)). %F A268549 G.f.: hypergeom([1/3, 1/2, 1/2], [1, 1], 144*x). %F A268549 (End) %e A268549 1 + 12*x + 648*x^2 + 50400*x^3 + ... %p A268549 A268549 := proc(n) %p A268549 (1-9*x*y)/(1-3*y-2*x+3*y^2+9*x^2*y)/(1-u-z)/(1-v-w) ; %p A268549 coeftayl(%,x=0,n) ; %p A268549 coeftayl(%,y=0,n) ; %p A268549 coeftayl(%,z=0,n) ; %p A268549 coeftayl(%,u=0,n) ; %p A268549 coeftayl(%,v=0,n) ; %p A268549 coeftayl(%,w=0,n) ; %p A268549 end proc: %p A268549 seq(A268549(n),n=0..40) ; # _R. J. Mathar_, Mar 11 2016 %p A268549 series(hypergeom([1/3, 1/2, 1/2], [1, 1], 144*x), x=0, 14); # _Gheorghe Coserea_, Aug 15 2016 %t A268549 FullSimplify[Table[3^(2*n)*(2*n)!^2*Gamma[n + 1/3]/(Gamma[1/3]*(n!)^5), {n, 0, 15}]] (* _Vaclav Kotesovec_, Jul 01 2016 *) %Y A268549 Cf. A004987, A268545-A268555. %K A268549 nonn %O A268549 0,2 %A A268549 _N. J. A. Sloane_, Feb 29 2016