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!)
A318003 E.g.f. A(x) satisfies: A(x) = sinh(x) + cosh(x)*A(x)^2. 1
1, 2, 13, 140, 2041, 38222, 874693, 23644280, 737301361, 26053773242, 1028890245373, 44906842244420, 2146597351615081, 111529829156824262, 6258181131400784053, 377167403797348584560, 24298520283720455935201, 1666382133585488471159282, 121205126078549481910218733, 9319638200814732292237048700 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
E.g.f. A(x) satisfies:
(1) A(x) = sinh(x) + cosh(x)*A(x)^2.
(2) A(x) = sinh(x) * Sum_{n>=0} binomial(2*n,n)/(n+1) * sinh(2*x)^n/2^n.
(3) A(x) = (1 - sqrt(1 - 2*sinh(2*x))) / (2*cosh(x)).
(4) A(x) = 2*sinh(x) / (1 + sqrt(1 - 2*sinh(2*x))).
a(n) ~ 5^(1/4) * sinh(log(phi)/2) * 2^(n + 1/2) * n^(n-1) / (log(phi)^(n - 1/2) * exp(n)), where phi = A001622 = (1+sqrt(5))/2 is the golden ratio. - Vaclav Kotesovec, Sep 06 2018
EXAMPLE
E.g.f.: A(x) = x + 2*x^2/2! + 13*x^3/3! + 140*x^4/4! + 2041*x^5/5! + 38222*x^6/6! + 874693*x^7/7! + 23644280*x^8/8! + 737301361*x^9/9! + 26053773242*x^10/10! + ...
such that A(x) = sinh(x) + cosh(x)*A(x)^2.
PROG
(PARI) {a(n) = my(A = 2*sinh(x +x^2*O(x^n)) / (1 + sqrt(1 - 2*sinh(2*x +x^2*O(x^n)))) ); n!*polcoeff(A, n)}
for(n=1, 25, print1(a(n), ", "))
CROSSREFS
Sequence in context: A152059 A132063 A349291 * A143137 A003414 A003326
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 28 2018
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 July 17 05:50 EDT 2024. Contains 374360 sequences. (Running on oeis4.)