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 A140325 #49 Sep 08 2022 08:45:34 %S A140325 1,18,180,1320,7920,41184,192192,823680,3294720,12446720,44808192, %T A140325 154791936,515973120,1666990080,5239111680,16066609152,48199827456, %U A140325 141764198400,409541017600,1163958681600,3259084308480,9001280471040 %N A140325 a(n) = binomial(n+8,8) * 2^n. %C A140325 With a different offset, number of n-permutations (n>=8) of 3 objects: u, v, z with repetition allowed, containing exactly eight (8) u's. See example. %C A140325 Number of 8D hypercubes in an (n+8)-dimensional hypercube. [_Zerinvary Lajos_, Jan 29 2010] %H A140325 Vincenzo Librandi, <a href="/A140325/b140325.txt">Table of n, a(n) for n = 0..400</a> %H A140325 Milan Janjic and Boris Petkovic, <a href="http://arxiv.org/abs/1301.4550">A Counting Function</a>, arXiv:1301.4550 [math.CO], 2013. %H A140325 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (18,-144,672,-2016,4032,-5376,4608,-2304,512). %F A140325 a(n) = A038207(n+8,8). %F A140325 G.f.: 1/(1-2*x)^9. - _R. J. Mathar_, Feb 11 2010 %F A140325 a(n) = 2*a(n-1) + A054851(n-1). - _Ruskin Harding_, May 12 2013 %F A140325 a(n) = Sum_{i=8..n+8} binomial(i,8)*binomial(n+8,i). Example: for n=6, a(6) = 1*3003 + 9*2002 + 45*1001 + 165*364 + 495*91 + 1287*14 + 3003*1 = 192192. - _Bruno Berselli_, Mar 23 2018 %F A140325 From _Amiram Eldar_, Jan 07 2022: (Start) %F A140325 Sum_{n>=0} 1/a(n) = 1276/105 - 16*log(2). %F A140325 Sum_{n>=0} (-1)^n/a(n) = 34992*log(3/2) - 496548/35. (End) %e A140325 Example: a(1)=18 because we have uuuuuuuuv, uuuuuuuvu, uuuuuuvuu, uuuuuvuuu, uuuuvuuuu, uuuvuuuuu, uuvuuuuuu, uvuuuuuuu, vuuuuuuuu, uuuuuuuuz, uuuuuuuzu, uuuuuuzuu, uuuuuzuuu, uuuuzuuuu, uuuzuuuuu, uuzuuuuuu, uzuuuuuuu and zuuuuuuu. %p A140325 seq(binomial(n+8,8)*2^n,n=0..28); %t A140325 Table[Binomial[n + 8, 8] 2^n, {n, 0, 20}] (* _Zerinvary Lajos_, Jan 29 2010 *) %o A140325 (Magma) [2^n*Binomial(n+8, 8): n in [0..30]]; // _Vincenzo Librandi_, Oct 14 2011 %Y A140325 Cf. A038207, A054851. %K A140325 nonn,easy %O A140325 0,2 %A A140325 _Zerinvary Lajos_, Jun 23 2008