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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A048760(A000984(n)).
PROG
(PARI) { for (n=1, 200, a=sqrtint(binomial(2*n, n))^2; write("b065738.txt", n, " ", a) ) } \\ Harry J. Smith, Oct 29 2009
CROSSREFS
Sequence in context: A189154 A189336 A262334 * A248089 A248088 A294037
KEYWORD
easy,nonn
AUTHOR
Labos Elemer, Nov 15 2001
EXTENSIONS
Terms corrected and extended by Harry J. Smith, Oct 29 2009
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 April 19 03:46 EDT 2024. Contains 371782 sequences. (Running on oeis4.)