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!)
A012136 Expansion of e.g.f. tan(arcsin(arctanh(x))) (odd powers only). 0
1, 5, 129, 7797, 848481, 145041093, 35799178401, 12045448529397, 5298881528389185, 2952169020073027845, 2031522244065649876545, 1692164698229362361298165, 1677876856826199251515980705 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (2*n+1)!*sum(k=0..n, 16^(-k)*binomial(2*k,k)*(2*k+1)!*sum(i=2*k+1..2*n+1, (2^i*Stirling1(i,2*k+1)*binomial(2*n,i-1))/i!))/2. - Vladimir Kruchinin, Jun 17 2011
EXAMPLE
tan(arcsin(arctanh(x))) = x + (5/3!)*x^3 + (129/5)!*x^5 + (7797/7!)*x^7 + (848481/9!)*x^9 + ...
PROG
(Maxima)
a(n):=(2*n+1)!*sum(16^(-k)*binomial(2*k, k)*(2*k+1)!*sum((2^i*stirling1(i, 2*k+1)*binomial(2*n, i-1))/i!, i, 2*k+1, 2*n+1), k, 0, n)/2; /* Vladimir Kruchinin, Jun 17 2011 */
CROSSREFS
Sequence in context: A230303 A094074 A012218 * A012022 A012176 A012187
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)