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!)
A157316 G.f.: A(x) = tanh( Sum_{n>=0} 2^((2n+1)^2) * x^(2n+1)/(2n+1) ), with zero terms omitted. 0
2, 168, 6710208, 80421395017344, 268650181814894062310400, 241677817414364648836194235222953984, 57560679870262286682598360350282651217048664506368 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Compare g.f. to the expansion of the inverse tanh of x:
arctanh(x) = log((1+x)/(1-x))/2 = x + x^3/3 + x^5/5 + x^7/7 + ...
LINKS
EXAMPLE
G.f.: A(x) = 2*x + 168*x^3 + 6710208*x^5 + 80421395017344*x^7 + ...
arctanh(A(x)) = 2*x + 2^9*x^3/3 + 2^25*x^5/5 + 2^49/7*x^7 + ...
PROG
(PARI) {a(n)=polcoeff(tanh(sum(m=0, n, 2^((2*m+1)^2)*x^(2*m+1)/(2*m+1))+O(x^(2*n+2))), 2*n+1)}
CROSSREFS
Cf. A157315.
Sequence in context: A142602 A200042 A005020 * A007760 A230511 A209607
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 19 2009
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 23 06:04 EDT 2024. Contains 371906 sequences. (Running on oeis4.)