login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A065738
Largest square <= binomial(2n,n).
1
1, 4, 16, 64, 225, 900, 3364, 12769, 48400, 184041, 703921, 2702736, 10394176, 40106889, 155102116, 601034256, 2333566249, 9075039169, 35345128009, 137845868176, 538256995600, 2104098203601, 8233427666025, 32247599617809
OFFSET
1,2
LINKS
FORMULA
a(n) = A048760(A000984(n)).
PROG
(PARI) a(n) = { sqrtint(binomial(2*n, n))^2 } \\ Harry J. Smith, Oct 29 2009
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Labos Elemer, Nov 15 2001
EXTENSIONS
Terms corrected and extended by Harry J. Smith, Oct 29 2009
STATUS
approved