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!)
A330537 Expansion of e.g.f. Product_{k>=1} 1 / (1 - arctan(x^k)). 1
1, 1, 4, 16, 104, 704, 6368, 58752, 662272, 7802880, 106639872, 1511241216, 24062834688, 398765162496, 7252942872576, 137324083666944, 2804224273514496, 59594575901687808, 1352293406316822528, 31831016595468189696 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(Sum_{k>=1} Sum_{d|k} arctan(x^(k/d))^d / d).
MATHEMATICA
nmax = 19; CoefficientList[Series[Product[1/(1 - ArcTan[x^k]), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
nmax = 19; CoefficientList[Series[Exp[Sum[Sum[ArcTan[x^(k/d)]^d/d, {d, Divisors[k]}], {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
CROSSREFS
Sequence in context: A332783 A332773 A203716 * A136793 A274889 A009630
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 25 13:42 EDT 2024. Contains 371971 sequences. (Running on oeis4.)