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!)
A335618 E.g.f.: Sum_{n>=0} Product_{k=1..n} tan(2*k*x). 1
1, 2, 16, 304, 10496, 568832, 44486656, 4742354944, 660908343296, 116642430451712, 25425572550148096, 6708171660023824384, 2106760489114215120896, 776654121137653931835392, 332101031506139993274843136, 163037618505293422657351450624, 91075662529714266445615040823296 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 2^(n - 1/2) * n!^2 / G^(n+1), where G is the Catalan constant A006752.
a(n) = 2^n * A177382(n).
MATHEMATICA
nmax = 20; CoefficientList[Series[Sum[Product[Tan[2*k*x], {k, 1, n}], {n, 0, nmax}], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
Sequence in context: A188985 A362734 A009250 * A174487 A140051 A264658
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Oct 02 2020
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 May 17 17:07 EDT 2024. Contains 372603 sequences. (Running on oeis4.)