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.

A245245 a(n) = C(3*n^2, n^2).

This page as a plain text file.
%I A245245 #10 Jul 15 2014 07:08:20
%S A245245 1,3,495,4686825,2254848913647,52588547141148893628,
%T A245245 58152371703925106867047535565,
%U A245245 3012179439602547459232394950891834843500,7255167425905233148164780983569428433097979870294255,808718755397067598640202627155266231883064669446721506930287016061
%N A245245 a(n) = C(3*n^2, n^2).
%C A245245 a(n) = A005809(n^2).
%H A245245 Jens Kruse Andersen, <a href="/A245245/b245245.txt">Table of n, a(n) for n = 0..34</a>
%F A245245 Logarithmic derivative of A213409 (ignoring initial term a(0) of this sequence).
%F A245245 a(n) ~ 3^(3*n^2+1/2) / (sqrt(Pi) * n * 2^(2*n^2+1)). - _Vaclav Kotesovec_, Jul 15 2014
%t A245245 Table[Binomial[3*n^2, n^2],{n,0,20}] (* _Vaclav Kotesovec_, Jul 15 2014 *)
%o A245245 (PARI) {a(n)=binomial(3*n^2, n^2)}
%o A245245 for(n=0,15,print1(a(n),", "))
%Y A245245 Cf. A245243, A201555, A005809, A213409 (exp).
%K A245245 nonn
%O A245245 0,2
%A A245245 _Paul D. Hanna_, Jul 15 2014