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.

A024746 Binomial coefficients: C(n,k), 2 <= k <= n-2, sorted.

This page as a plain text file.
%I A024746 #7 Mar 31 2012 13:21:27
%S A024746 6,10,10,15,15,20,21,21,28,28,35,35,36,36,45,45,55,55,56,56,66,66,70,
%T A024746 78,78,84,84,91,91,105,105,120,120,120,120,126,126,136,136,153,153,
%U A024746 165,165,171,171,190,190,210,210,210,210,220,220,231,231,252,253,253,276,276,286
%N A024746 Binomial coefficients: C(n,k), 2 <= k <= n-2, sorted.
%F A024746 Sum_{n=1}^{infinity} 1/a(n) = 3/2. - _Franklin T. Adams-Watters_, Feb 28 2006
%Y A024746 Cf. A006987.
%K A024746 nonn
%O A024746 1,1
%A A024746 _David W. Wilson_