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!)
A034835 Expansion of 1/(1-49*x)^(1/7); related to sept-factorial numbers A045754. 6
1, 7, 196, 6860, 264110, 10722866, 450360372, 19365495996, 847240449825, 37560993275575, 1682732498745760, 76028913806967520, 3459315578217022160, 158330213003009860400, 7283189798138453578400, 336483368673996555322080 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
A. Straub, V. H. Moll, T. Amdeberhan, The p-adic valuation of k-central binomial coefficients, Acta Arith. 140 (1) (2009) 31-41, eq (1.10)
FORMULA
a(n) = 7^n*A045754(n)/n!, n >= 1, A045754(n) = (7*n-6)(!^7) := product(7*j-6, j=1..n); G.f.: (1-49*x)^(-1/7).
D-finite with recurrence: n*a(n) +7*(-7*n+6)*a(n-1)=0. - R. J. Mathar, Jan 28 2020
MATHEMATICA
CoefficientList[Series[1/(1 - 49*x)^(1/7), {x, 0, 50}], x] (* G. C. Greubel, Feb 22 2018 *)
PROG
(PARI) x='x+O('x^30); Vec(1/(1 - 49*x)^(1/7)) \\ G. C. Greubel, Feb 22 2018
(Magma) Q:=Rationals(); R<x>:=PowerSeriesRing(Q, 40); Coefficients(R!(1/(1 - 49*x)^(1/7))) // G. C. Greubel, Feb 22 2018
CROSSREFS
Sequence in context: A182268 A156359 A128786 * A041371 A136675 A099198
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 May 9 18:53 EDT 2024. Contains 372354 sequences. (Running on oeis4.)