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!)
A347897 E.g.f.: Product_{k>=1} 1 / (1 - x^k)^(tan(x)/k). 2
1, 0, 2, 6, 36, 250, 1744, 18312, 158960, 2046672, 23152216, 332066240, 4628867680, 75851021376, 1225796994720, 22407297808560, 420285940934912, 8427749606274560, 177279678667864320, 3930905732908421376, 91016443490231306112, 2210008179756128156160, 55958663509700641300736 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp( tan(x) * Sum_{k>=1} d(k)*x^k/k ).
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(1/prod(k=1, N, (1-x^k)^(tan(x)/k))))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(tan(x)*sum(k=1, N, numdiv(k)*x^k/k))))
CROSSREFS
Sequence in context: A058583 A345747 A075096 * A354413 A177373 A109284
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 18 2021
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 29 16:55 EDT 2024. Contains 374734 sequences. (Running on oeis4.)