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!)
A335638 Expansion of e.g.f. Product_{k>0} (1 + tan(x)^k / k). 4
1, 1, 1, 7, 22, 190, 1170, 11646, 109520, 1289168, 16018064, 223757840, 3407971488, 55709905056, 998011344928, 18778681069024, 385316251841536, 8225863823985664, 189755182485906432, 4538893733746003968, 116147781156885837824, 3078530007519830730752, 86521073899573883088896 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: exp( Sum_{i>0} Sum_{j>0} (-1)^(i+1)*tan(x)^(i*j)/(i*j^i) ).
Conjecture: a(n) ~ A080130 * 2^(2*n+1) * n! / Pi^(n+1). - Vaclav Kotesovec, Oct 04 2020
MATHEMATICA
max = 22; Range[0, max]! * CoefficientList[Series[Product[1 + Tan[x]^k/k, {k, 1, max}], {x, 0, max}], x] (* Amiram Eldar, Oct 03 2020 *)
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(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, (-1)^(i+1)*tan(x)^(i*j)/(i*j^i))))))
CROSSREFS
Sequence in context: A330089 A000835 A239028 * A197991 A197853 A087184
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 September 4 10:22 EDT 2024. Contains 375681 sequences. (Running on oeis4.)