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!)
A048604 Denominators of coefficients in function a(x) such that a(a(x)) = arctan(x). 1
1, 6, 120, 1680, 362880, 7983360, 6227020800, 186810624000, 355687428096000, 121645100408832000, 51090942171709440000, 213653030899875840000, 1723467782592331776000000, 64431180179990249472000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A recursion exists for coefficients, but is too complicated to process without a computer algebra system.
REFERENCES
W. C. Yang, Polynomials are essentially integer partitions, preprint, 1999
W. C. Yang, Composition equations, preprint, 1999
LINKS
Dmitry Kruchinin, Vladimir Kruchinin, Method for solving an iterative functional equation A^{2^n}(x) = F(x), arXiv:1302.1986
W. C. Yang, Derivatives are essentially integer partitions, Discrete Math., 222 (2000), 235-245.
EXAMPLE
x - x^3/6 + x^5 * 7/120 ...
MATHEMATICA
n = 28; a[x_] = Sum[c[k] k! x^k, {k, 1, n, 2}];
sa = Series[a[x], {x, 0, n}];
coes = CoefficientList[ComposeSeries[sa, sa] - Series[ArcTan[x], {x, 0, n}], x] // Rest;
eq = Reduce[((# == 0) & /@ coes)]; Table[c[k] k!, {k, 1, n, 2}] /. First[Solve[eq]] // Denominator
(* Jean-François Alcover, Apr 26 2011 *)
CROSSREFS
Cf. A048605.
Sequence in context: A351862 A170917 A115678 * A001516 A350712 A026337
KEYWORD
frac,nonn
AUTHOR
Winston C. Yang (yang(AT)math.wisc.edu)
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 29 15:45 EDT 2024. Contains 372114 sequences. (Running on oeis4.)