login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A048605 Numerators of coefficients in function a(x) such that a(a(x)) = arctan x. 1
1, -1, 7, -43, 4489, -49897, 20130311, -319053131, 329796121169, -62717244921977, 14635852695795623, -33233512260583073, 149490010959849868177, -3562767949848393597053 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Recursion exists for coefficients, but is too complicated to use without a computer algebra system

REFERENCES

W. C. Yang, Polynomials are essentially integer partitions, preprint, 1999

W. C. Yang, Composition equations, preprint, 1999

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]] // Numerator

(* From Jean-François Alcover, Apr 26 2011 *)

CROSSREFS

Cf. A048604.

Sequence in context: A065786 A015463 A177507 * A165210 A162454 A203210

Adjacent sequences:  A048602 A048603 A048604 * A048606 A048607 A048608

KEYWORD

frac,sign,nice

AUTHOR

Winston C. Yang (yang(AT)math.wisc.edu)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 19:32 EST 2012. Contains 205536 sequences.