cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A143582 Denominators of coefficient of x^(n+1/2) in the series expansion of the haversine.

Original entry on oeis.org

1, 3, 20, 56, 576, 1408, 6656, 5120, 278528, 622592, 2752512, 6029312, 52428800, 113246208, 486539264, 1040187392, 11811160064, 15032385536, 317827579904, 223338299392, 5634997092352, 11819749998592, 3298534883328
Offset: 1

Views

Author

Eric W. Weisstein, Aug 24 2008

Keywords

Examples

			2*sqrt(z) + z^(3/2)/3 + (3*z^(5/2))/20 + (5*z^(7/2))/56 + (35*z^(9/2))/576 + ...
		

Crossrefs

Cf. A143581.