login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139641 a(n) = binomial(n+4, 4)*7^n. 6

%I #18 Aug 28 2022 04:20:55

%S 1,35,735,12005,168070,2117682,24706290,271769190,2853576495,

%T 28852829005,282757724249,2699051004195,25191142705820,

%U 230595844768660,2075362602917940,18401548412539068,161013548609716845,1392293626213433895,11911845468714934435,100937216866479181265

%N a(n) = binomial(n+4, 4)*7^n.

%C With a different offset, number of n-permutations (n=5) of 8 objects s, t, u, v, w, z, x, y with repetition allowed, containing exactly four (4) u's. Example: a(1)=35 because we have

%C uuuus, uuusu, uusuu, usuuu, suuuu,

%C uuuut, uuutu, uutuu, utuuu, tuuuu,

%C uuuuv, uuuvu, uuvuu, uvuuu, vuuuu,

%C uuuuw, uuuwu, uuwuu, uwuuu, wuuuu,

%C uuuuz, uuuzu, uuzuu, uzuuu, zuuuu,

%C uuuux, uuuxu, uuxuu, uxuuu, xuuuu,

%C uuuuy, uuuyu, uuyuu, uyuuu, yuuuu.

%H Vincenzo Librandi, <a href="/A139641/b139641.txt">Table of n, a(n) for n = 0..400</a>

%H <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (35,-490,3430,-12005,16807).

%F From _Amiram Eldar_, Aug 28 2022: (Start)

%F Sum_{n>=0} 1/a(n) = 2800/3 - 6048*log(7/6).

%F Sum_{n>=0} (-1)^n/a(n) = 14336*log(8/7) - 5740/3. (End)

%p seq(binomial(n+4,4)*7^n,n=0..20);

%t Table[7^n * Binomial[n+4, 4], {n, 0, 20}] (* _Amiram Eldar_, Aug 28 2022 *)

%o (Magma) [7^n* Binomial(n+4, 4): n in [0..20]]; // _Vincenzo Librandi_, Oct 12 2011

%K nonn,easy

%O 0,2

%A _Zerinvary Lajos_, Jun 12 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)