login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A003718
E.g.f. tan(tan(x)), zeros omitted.
(Formerly M3694)
13
1, 4, 72, 2896, 203904, 22112000, 3412366336, 709998153728, 191483931951104, 64956739430973440, 27065724289967718400, 13588059904833174896640, 8089418253144660155301888, 5634743143901240164716904448, 4539998748622480932947483426816
OFFSET
0,2
REFERENCES
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
FORMULA
a(n) ~ 8 * (2*n+1)! / ((4+Pi^2) * (arctan(Pi/2))^(2*n+2)). - Vaclav Kotesovec, Feb 16 2015
MATHEMATICA
Rest@ Union[ Range[0, 29]! CoefficientList[ Series[ Tan@ Tan@ x, {x, 0, 29}], x]] (* Robert G. Wilson v, May 07 2011 *)
PROG
(Maxima)
a(n):=b(2*n+1);
b(n):=sum((((-1)^(k-1)+1)*(sum(j!*2^(k-j-1)*(-1)^((k+1)/2+j)* stirling2(k, j), j, 1, k))*((-1)^(n-k)+1)*sum(binomial(j-1, k-1)*j!*2^(n-j-1)*(-1)^((n+k)/2+j)*stirling2(n, j), j, k, n))/k!, k, 1, n); /* Vladimir Kruchinin, Apr 23 2011 */
CROSSREFS
Sequence in context: A309980 A266865 A327882 * A012947 A203535 A013066
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and formatted by Olivier Gérard, Mar 15 1997
Name corrected by Joerg Arndt, Apr 23 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 24 07:53 EDT 2024. Contains 376188 sequences. (Running on oeis4.)