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!)
A004707 Expansion of 1/(10 - Sum_{k=1..9} exp(k*x)). 3

%I #13 Sep 08 2022 08:44:33

%S 1,45,4335,625725,120423183,28969886925,8363051069055,

%T 2816627967125325,1084142007795994863,469456525723134676365,

%U 225871834295620808030175,119542260051513982346194125,69019118254891394556412984143

%N Expansion of 1/(10 - Sum_{k=1..9} exp(k*x)).

%H Vincenzo Librandi, <a href="/A004707/b004707.txt">Table of n, a(n) for n = 0..200</a>

%F Equals expansion of 1/(10-exp(x)-exp(2*x)-exp(3*x)-exp(4*x)-exp(5*x)-exp(6*x)-exp(7*x)-exp(8*x)-exp(9*x))

%t With[{nn=200},CoefficientList[Series[1/(10-Exp[x]-Exp[2*x]-Exp[3*x]-Exp[4*x]-Exp[5*x]-Exp[6*x]-Exp[7*x]-Exp[8*x]-Exp[9*x]),{x,0,nn}],x] Range[0,nn]!] (* _Vincenzo Librandi_, Jun 15 2012 *)

%t With[{nn=20},CoefficientList[Series[1/(10-Total[Table[Exp[n*x],{n,9}]]),{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Oct 15 2015 *)

%o (PARI) x='x+O('x^30); Vec(serlaplace(1/(10-sum(k=1,9, exp(k*x))))) \\ _G. C. Greubel_, Oct 09 2018

%o (Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(1/(10-Exp(x)-Exp(2*x)-Exp(3*x)-Exp(4*x)-Exp(5*x)-Exp(6*x)-Exp(7*x)-Exp(8*x)-Exp(9*x)))); [Factorial(n-1)*b[n]: n in [1..m]]; // _G. C. Greubel_, Oct 09 2018

%K nonn

%O 0,2

%A _N. J. A. Sloane_

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 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)