The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A245245 a(n) = C(3*n^2, n^2). 3
1, 3, 495, 4686825, 2254848913647, 52588547141148893628, 58152371703925106867047535565, 3012179439602547459232394950891834843500, 7255167425905233148164780983569428433097979870294255, 808718755397067598640202627155266231883064669446721506930287016061 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) = A005809(n^2).
LINKS
Jens Kruse Andersen, Table of n, a(n) for n = 0..34
FORMULA
Logarithmic derivative of A213409 (ignoring initial term a(0) of this sequence).
a(n) ~ 3^(3*n^2+1/2) / (sqrt(Pi) * n * 2^(2*n^2+1)). - Vaclav Kotesovec, Jul 15 2014
MATHEMATICA
Table[Binomial[3*n^2, n^2], {n, 0, 20}] (* Vaclav Kotesovec, Jul 15 2014 *)
PROG
(PARI) {a(n)=binomial(3*n^2, n^2)}
for(n=0, 15, print1(a(n), ", "))
CROSSREFS
Sequence in context: A198659 A142801 A057632 * A024045 A334304 A255017
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 15 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 05:21 EDT 2024. Contains 372528 sequences. (Running on oeis4.)