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.

A065738 Largest square <= binomial(2n,n).

Original entry on oeis.org

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

Views

Author

Labos Elemer, Nov 15 2001

Keywords

Crossrefs

Programs

  • PARI
    a(n) = { sqrtint(binomial(2*n, n))^2 } \\ Harry J. Smith, Oct 29 2009

Formula

a(n) = A048760(A000984(n)).

Extensions

Terms corrected and extended by Harry J. Smith, Oct 29 2009