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.

A017783 Binomial coefficients C(67,n).

This page as a plain text file.
%I A017783 #23 Jun 28 2023 21:48:36
%S A017783 1,67,2211,47905,766480,9657648,99795696,869648208,6522361560,
%T A017783 42757703560,247994680648,1285063345176,5996962277488,25371763481680,
%U A017783 97862516286480,345780890878896,1123787895356412,3371363686069236,9364899127970100,24151581961607100
%N A017783 Binomial coefficients C(67,n).
%C A017783 Row 67 of A007318.
%H A017783 Nathaniel Johnston, <a href="/A017783/b017783.txt">Table of n, a(n) for n = 0..67</a> (full sequence)
%F A017783 From _G. C. Greubel_, Nov 14 2018: (Start)
%F A017783 G.f.: (1+x)^67.
%F A017783 E.g.f.: 1F1(-67; 1; -x), where 1F1 is the confluent hypergeometric function. (End)
%p A017783 seq(binomial(67,n), n=0..67); # _Nathaniel Johnston_, Jun 24 2011
%t A017783 Binomial[67, Range[0,67]] (* _G. C. Greubel_, Nov 14 2018 *)
%o A017783 (Sage) [binomial(67, n) for n in range(18)] # _Zerinvary Lajos_, May 28 2009
%o A017783 (PARI) vector(67, n, n--; binomial(67,n)) \\ _G. C. Greubel_, Nov 14 2018
%o A017783 (Magma) [Binomial(67,n): n in [0..67]]; // _G. C. Greubel_, Nov 14 2018
%Y A017783 Cf. A010926-A011001, A017765-A017782, A017784-A017816.
%K A017783 nonn,fini,full,easy
%O A017783 0,2
%A A017783 _N. J. A. Sloane_