[go: up one dir, main page]

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!)
A335643 Expansion of e.g.f. Product_{k>0} 1/(1 - tan(x)^k / k!). 4
1, 1, 3, 12, 71, 462, 3890, 35133, 381583, 4411870, 58623990, 826335675, 12990713482, 216027857567, 3925135187017, 75217607162053, 1552186877466271, 33678081631793270, 778592124168964502, 18867293553102673343, 483291402186818709310, 12937553749692179771301, 363847628395565829224327 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp( Sum_{i>0} Sum_{j>0} tan(x)^(i*j)/(i*(j!)^i) ).
a(n) ~ A247551 * 2^(2*n+1) * n! / Pi^(n+1). - Vaclav Kotesovec, Oct 04 2020
MATHEMATICA
max = 22; Range[0, max]! * CoefficientList[Series[Product[1/(1 - Tan[x]^k/k!), {k, 1, max}], {x, 0, max}], x] (* Amiram Eldar, Oct 04 2020 *)
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(1/prod(k=1, N, 1-tan(x)^k/k!)))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(sum(i=1, N, sum(j=1, N\i, tan(x)^(i*j)/(i*j!^i))))))
CROSSREFS
Sequence in context: A330493 A112320 A103366 * A277457 A367117 A228386
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 03 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 August 29 15:03 EDT 2024. Contains 375517 sequences. (Running on oeis4.)