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!)
A135964 a(n) = binomial(floor(n*sqrt(2)),n) for n>=0. 3
1, 1, 1, 4, 5, 21, 28, 36, 165, 220, 1001, 1365, 1820, 8568, 11628, 54264, 74613, 346104, 480700, 657800, 3108105, 4292145, 20160075, 28048800, 38567100, 183579396, 254186856, 1203322288, 1676056044, 7898654920, 11058116888 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
Table[Binomial[Floor[n*Sqrt[2]], n], {n, 0, 50}] (* G. C. Greubel, Aug 17 2018 *)
PROG
(PARI) a(n)=binomial(floor(n*sqrt(2)), n)
(Magma) [Binomial(Floor(n*Sqrt(2)), n): n in [0..50]]; // G. C. Greubel, Aug 17 2018
CROSSREFS
Cf. A135965.
Sequence in context: A344950 A344151 A120697 * A099578 A109452 A232665
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Dec 11 2007
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 21 13:22 EDT 2024. Contains 372736 sequences. (Running on oeis4.)