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!)
A183612 Logarithmic derivative of Sum_{n>=0} (n+1)!^2*x^n. 1
4, 56, 1360, 47840, 2261824, 137976704, 10568807680, 995590733312, 113361706759168, 15371500989986816, 2450078519983230976, 453832268624393265152, 96714634054173633495040, 23502233324497426740641792, 6461311058964160135965245440, 1995601318347535298840189861888 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Compare with A027837, which is the logarithmic derivative of Sum_{n>=0} n!^2*x^n, and lists the number of subgroups of index n in free group of rank 3.
LINKS
FORMULA
G.f.: exp( Sum_{n>=1} a(n)*x^n/n ) = Sum_{n>=0} (n+1)!^2*x^n.
G.f.: (Sum_{k>=1} k*(k+1)!^2*x^k)/(Sum_{k>=0} (k+1)!^2*x^k). - Andrew Howroyd, Jan 04 2020
EXAMPLE
G.f.: A(x) = 4*x + 56*x^2/2 + 1360*x^3/3 + 47840*x^4/4 +... where
exp(A(x)) = 1 + 4*x + 36*x^2 + 576*x^3 + 14400*x^4 +...+ (n+1)!^2*x^n +...
PROG
(PARI) {a(n)=if(n<1, 0, polcoeff(x*deriv(log(sum(m=0, n, (m+1)!^2*x^m)+x*O(x^n))), n))}
(PARI) seq(n) = Vec((sum(k=1, n, k*(k+1)!^2*x^k))/(sum(k=0, n, (k+1)!^2*x^k)) + O(x*x^n)) \\ Andrew Howroyd, Jan 04 2020
CROSSREFS
Cf. A027837.
Sequence in context: A361541 A218309 A061924 * A277038 A009536 A009558
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 16 2011
EXTENSIONS
Terms a(14) and beyond from Andrew Howroyd, Jan 03 2020
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 September 9 20:10 EDT 2024. Contains 375765 sequences. (Running on oeis4.)