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!)
A053104 a(n) = ((7*n+8)(!^7))/8, related to A045754 ((7*n+1)(!^7) sept-, or 7-factorials). 4
1, 15, 330, 9570, 344520, 14814360, 740718000, 42220926000, 2702139264000, 191851887744000, 14964447244032000, 1271978015742720000, 117021977448330240000, 11585175767384693760000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row m=8 of the array A(8; m,n) := ((7*n+m)(!^7))/m(!^7), m >= 0, n >= 0.
LINKS
FORMULA
a(n) = ((7*n+8)(!^7))/8(!^7) = A045754(n+2)/8.
E.g.f.: 1/(1-7*x)^(15/7).
MATHEMATICA
s=1; lst={s}; Do[s+=n*s; AppendTo[lst, s], {n, 14, 5!, 7}]; lst (* Vladimir Joseph Stephan Orlovsky, Nov 08 2008 *)
With[{nn = 30}, CoefficientList[Series[1/(1 - 7*x)^(15/7), {x, 0, nn}], x]*Range[0, nn]!] (* G. C. Greubel, Aug 16 2018 *)
PROG
(PARI) x='x+O('x^30); Vec(serlaplace(1/(1-7*x)^(15/7))) \\ G. C. Greubel, Aug 16 2018
(Magma) m:=30; R<x>:=PowerSeriesRing(Rationals(), m); b:=Coefficients(R!(1/(1-7*x)^(15/7))); [Factorial(n-1)*b[n]: n in [1..m]]; // G. C. Greubel, Aug 16 2018
CROSSREFS
Cf. A051188, A045754(n+1), A034829-34(n+1), A053104-A053106 (rows m=0..10).
Sequence in context: A196666 A025751 A027402 * A114937 A289180 A157965
KEYWORD
easy,nonn
AUTHOR
STATUS
approved

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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)