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!)
A347774 E.g.f.: Product_{k>=1} 1 / (1 - x^k)^tan(x). 3
1, 0, 2, 9, 52, 450, 3410, 41748, 415952, 5985144, 79468648, 1263309960, 20581146056, 375092849040, 7053697259856, 144054799315560, 3108398855786496, 70281839877041088, 1687564595412611520, 42264952015652902656, 1114043035100431983744, 30552235678578565203840 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp( tan(x) * Sum_{k>=1} sigma(k)*x^k/k ).
E.g.f.: exp( tan(x) * Sum_{k>=1} x^k/(k*(1 - x^k)) ).
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(1/prod(k=1, N, (1-x^k)^tan(x))))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(tan(x)*sum(k=1, N, sigma(k)*x^k/k))))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(tan(x)*sum(k=1, N, x^k/(k*(1-x^k))))))
CROSSREFS
Sequence in context: A124347 A360743 A360193 * A360718 A266469 A371226
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 April 24 19:31 EDT 2024. Contains 371962 sequences. (Running on oeis4.)