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.

A173188 a(n) = binomial(n + 5, 5)*9^n.

This page as a plain text file.
%I A173188 #13 Aug 28 2022 04:23:17
%S A173188 1,54,1701,40824,826686,14880348,245525742,3788111448,55401129927,
%T A173188 775615818978,10470813556203,137072468372112,1747673971744428,
%U A173188 21778706417122872,266011342666286508,3192136111995438096,37707107822946112509,439176902879019428046
%N A173188 a(n) = binomial(n + 5, 5)*9^n.
%C A173188 Number of n-permutations (n>=5) of 10 objects p, r, q, u, v, w, z, x, y, z with repetition allowed, containing exactly five (5) u's.
%H A173188 Vincenzo Librandi, <a href="/A173188/b173188.txt">Table of n, a(n) for n = 0..400</a>
%H A173188 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (54,-1215,14580,-98415,354294,-531441).
%F A173188 a(n) = C(n + 5, 5)*9^n.
%F A173188 From _Amiram Eldar_, Aug 28 2022: (Start)
%F A173188 Sum_{n>=0} 1/a(n) = 184320*log(9/8) - 86835/4.
%F A173188 Sum_{n>=0} (-1)^n/a(n) = 450000*log(10/9) - 189645/4. (End)
%t A173188 Table[Binomial[n + 5, 5]*9^n, {n, 0, 20}]
%o A173188 (Magma) [Binomial(n+5, 5)*9^n: n in [0..20]]; // _Vincenzo Librandi_, Oct 13 2011
%Y A173188 Cf. A081139, A173000, A173187.
%K A173188 nonn,easy
%O A173188 0,2
%A A173188 _Zerinvary Lajos_, Feb 12 2010