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.

A010956 Binomial coefficient C(40,n).

This page as a plain text file.
%I A010956 #15 Jan 28 2018 02:31:21
%S A010956 1,40,780,9880,91390,658008,3838380,18643560,76904685,273438880,
%T A010956 847660528,2311801440,5586853480,12033222880,23206929840,40225345056,
%U A010956 62852101650,88732378800,113380261800,131282408400,137846528820,131282408400,113380261800
%N A010956 Binomial coefficient C(40,n).
%C A010956 Row 40 of A007318.
%H A010956 Nathaniel Johnston, <a href="/A010956/b010956.txt">Table of n, a(n) for n = 0..40</a> (full sequence)
%p A010956 seq(binomial(40,n), n=0..40); # _Nathaniel Johnston_, Jun 24 2011
%o A010956 (Sage) [binomial(40, n) for n in range(41)] # _Zerinvary Lajos_, May 21 2009
%Y A010956 Cf. A010926..A011001.
%K A010956 nonn,fini,full,easy
%O A010956 0,2
%A A010956 _N. J. A. Sloane_