The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A078534 Coefficients of power series that satisfies A(x)^5 - 25x*A(x)^6 = 1, A(0)=1. 5
1, 5, 100, 2625, 78125, 2502500, 84150000, 2929265625, 104646953125, 3814697265625, 141323284375000, 5305403695312500, 201382633183593750, 7715985752343750000, 298023223876953125000, 11591412585295166015625, 453601640704152832031250 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
If A(x) = Sum_{k>=1} a(k)x^k satisfies A(x)^n - (n^2)*x*A(x)^(n+1) = 1, then a(n-1) = n^(2n-3) and a(2n-1) = n^(4n-2) (conjecture).
If A(x) = Sum_{k>=1} a(k)x^k satisfies A(x)^n - (n^2)*x*A(x)^(n+1) = 1, then a(k) = n^(2k)*binomial(k/n+1/n+k-1,k)/(k+1) and, consequently, a(n-1) = n^(2n-3) and a(2n-1) = n^(4n-2). - Emeric Deutsch, Dec 10 2002
A generalization of the Catalan sequence (A000108) since for n = 1 the equation A(x)^n -(n^2)*x*A(x)^(n+1) = 1 reduces to A(x) = 1 + xA(x)^2. - Emeric Deutsch, Dec 10 2002
LINKS
FORMULA
a(n) = 5^(2n)*binomial(6n/5 - 4/5, n)/(n+1). - Emeric Deutsch, Dec 10 2002
a(n) ~ sqrt(3) * 6^(6*n/5 - 4/5) * 5^n / (sqrt(Pi) * n^(3/2)). - Vaclav Kotesovec, Dec 03 2014
EXAMPLE
A(x)^5 - 25x*A(x)^6 = 1 since A(x)^5 = 1 + 25x + 750x^2 + 24375x^3 + 831250x^4 + ... and A(x)^6 = 1 + 30x + 975x^2 + 33250x^3 + ... also a(4) = 5^7, a(9) = 5^18 = 3814697265625.
MATHEMATICA
Table[5^(2n) Binomial[(6n-4)/5, n]/(n+1), {n, 0, 25}] (* Harvey P. Dale, Mar 27 2011 *)
PROG
(PARI) for(n=0, 50, print1(5^(2*n)*binomial((6*n-4)/5, n)/(n+1), ", ")) \\ G. C. Greubel, Jan 30 2017
CROSSREFS
Sequence in context: A208348 A128784 A369535 * A141120 A123668 A336427
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Nov 28 2002
EXTENSIONS
More terms from Harvey P. Dale, Mar 27 2011
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 June 12 01:17 EDT 2024. Contains 373320 sequences. (Running on oeis4.)