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!)
A330543 Expansion of e.g.f. Product_{k>=1} (1 + arctan(x^k)). 1
1, 1, 2, 10, 48, 344, 2400, 22128, 223104, 2520576, 30689280, 415560960, 6058229760, 95710187520, 1602520657920, 28908021381120, 554882885222400, 11182172398387200, 237581975468113920, 5324332409912033280, 125630406117045043200 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(Sum_{k>=1} Sum_{d|k} (-1)^(d + 1) * arctan(x^(k/d))^d / d).
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[(1 + ArcTan[x^k]), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
nmax = 20; CoefficientList[Series[Exp[Sum[Sum[(-1)^(d + 1) ArcTan[x^(k/d)]^d/d, {d, Divisors[k]}], {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A129118 A037256 A270664 * A052576 A279852 A219662
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 17 2019
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)