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!)
A357594 Expansion of e.g.f. log(1-x) * tan(log(1-x)/2). 0
0, 0, 1, 3, 12, 60, 362, 2562, 20820, 191088, 1955020, 22061380, 272197160, 3645227040, 52656804440, 816114251400, 13508168448400, 237805776169600, 4436759277524400, 87445191383773200, 1815460566861236000, 39600109151685600000, 905416958295793788000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = 2 * Sum_{k=0..floor(n/2)} (-1)^k * (1-4^k) * |Stirling1(n,2*k)| * Bernoulli(2*k).
a(n) ~ n! * 2*Pi / (exp(Pi) * (1 - exp(-Pi))^(n+1)). - Vaclav Kotesovec, Oct 05 2022
PROG
(PARI) my(N=30, x='x+O('x^N)); concat([0, 0], Vec(serlaplace(log(1-x)*tan(log(1-x)/2))))
(PARI) a(n) = 2*sum(k=0, n\2, (-1)^k*(1-4^k)*abs(stirling(n, 2*k, 1))*bernfrac(2*k));
CROSSREFS
Sequence in context: A105752 A177138 A053532 * A159867 A082278 A078162
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 05 2022
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 10:44 EDT 2024. Contains 374377 sequences. (Running on oeis4.)