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.
%I A173124 #18 Sep 04 2022 04:10:44 %S A173124 1,66,2376,61776,1297296,23351328,373621248,5444195328,73496636928, %T A173124 930957401088,11171488813056,127964326404096,1407607590445056, %U A173124 14942295960109056,153692187018264576,1536921870182645760,14984988234280796160,142798123173734645760,1332782482954856693760 %N A173124 a(n) = binomial(n+10,10)*6^n. %C A173124 With a different offset, number of n-permutations (n>=10) of 7 objects: r, s, t, u, v, z, x, with repetition allowed, containing exactly 10 u's. %H A173124 Vincenzo Librandi, <a href="/A173124/b173124.txt">Table of n, a(n) for n = 0..400</a> %H A173124 <a href="/index/Rec#order_11">Index entries for linear recurrences with constant coefficients</a>, signature (66,-1980,35640,-427680,3592512,-21555072,92378880,-277136640,554273280,-665127936,362797056). %F A173124 From _Chai Wah Wu_, Nov 12 2021: (Start) %F A173124 a(n) = 66*a(n-1) - 1980*a(n-2) + 35640*a(n-3) - 427680*a(n-4) + 3592512*a(n-5) - 21555072*a(n-6) + 92378880*a(n-7) - 277136640*a(n-8) + 554273280*a(n-9) - 665127936*a(n-10) + 362797056*a(n-11) for n > 10. %F A173124 G.f.: -1/(6*x - 1)^11. (End) %F A173124 From _Amiram Eldar_, Sep 04 2022: (Start) %F A173124 Sum_{n>=0} 1/a(n) = 897363955/42 - 117187500*log(6/5). %F A173124 Sum_{n>=0} (-1)^n/a(n) = 2421216420*log(7/6) - 2239392937/6. (End) %t A173124 Table[Binomial[n + 10, 10]*6^n, {n, 0, 20}] %o A173124 (Magma) [6^n* Binomial(n+10, 10): n in [0..20]]; // _Vincenzo Librandi_, Oct 12 2011 %Y A173124 Cf. A081136, A081144, A139626, A036084, A050988, A141407, A172501, A173123. %K A173124 nonn,easy %O A173124 0,2 %A A173124 _Zerinvary Lajos_, Feb 10 2010