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.

A172978 a(n) = binomial(n+10, 10)*4^n.

This page as a plain text file.
%I A172978 #15 Mar 27 2022 03:51:24
%S A172978 1,44,1056,18304,256256,3075072,32800768,318636032,2867724288,
%T A172978 24216338432,193730707456,1479398129664,10848919617536,76776969601024,
%U A172978 526470648692736,3509804324618240,22813728110018560,144934272698941440,901813252348968960,5505807224867389440
%N A172978 a(n) = binomial(n+10, 10)*4^n.
%H A172978 Vincenzo Librandi, <a href="/A172978/b172978.txt">Table of n, a(n) for n = 0..157</a>
%H A172978 <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (44,-880,10560,-84480,473088,-1892352,5406720,-10813440,14417920,-11534336,4194304).
%F A172978 From _Amiram Eldar_, Mar 27 2022: (Start)
%F A172978 G.f.: 1/(1 - 4*x)^11.
%F A172978 Sum_{n>=0} 1/a(n) = 14269429/63 - 787320*log(4/3).
%F A172978 Sum_{n>=0} (-1)^n/a(n) = 78125000*log(5/4) - 1098284605/63. (End)
%t A172978 Table[Binomial[n + 10, 10]*4^n, {n, 0, 20}]
%o A172978 (Magma) [Binomial(n+10, 10)*4^n: n in [0..30]]; // _Vincenzo Librandi_, Jun 06 2011
%Y A172978 Cf. A002697, A038845, A038846, A040075, A045543, A054337, A054338, A054339, A054340
%K A172978 nonn,easy
%O A172978 0,2
%A A172978 _Zerinvary Lajos_, Feb 06 2010