|
Search: id:A000464
|
|
|
| A000464 |
|
Expansion of sin x /cos 2x. (Formerly M4812 N2059)
|
|
+0 5
|
|
| 1, 11, 361, 24611, 2873041, 512343611, 129570724921, 44110959165011, 19450718635716001, 10784052561125704811, 7342627959965776406281, 6023130568334172003579011, 5858598896811701995459355761
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
REFERENCES
|
D. Dumont, Further triangles of Seidel-Arnold type and continued fractions related to Euler and Springer numbers, Adv. Appl. Math., 16 (1995), 275-296.
J. W. L. Glaisher, "On the coefficients in the expansions of cos x/ cos 2x and sin x/ cos 2x", Quart. J. Pure and Applied Math., 45 (1914), 187-222.
I. J. Schwatt, Intro. to Operations with Series, Chelsea, p. 278.
D. Shanks, Generalized Euler and class numbers, Math. Comp. 21 (1967), 689-694; 22 (1968), 699.
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=0..50
|
|
FORMULA
|
E.g.f.: Sum_{k>=0} a(k)x^(2k+1)/(2k+1)! = sin(x)/cos(2x).
|
|
PROGRAM
|
(PARI) a(n)=if(n<0, 0, n+=n+1; n!*polcoeff(sin(x+x*O(x^n))/cos(2*x+x*O(x^n)), n)) /* Michael Somos Feb 09 2006 */
|
|
CROSSREFS
|
Cf. A064073. Bisection of A000822, A001586.
Sequence in context: A012138 A067428 A066268 this_sequence A024149 A018893 A051862
Adjacent sequences: A000461 A000462 A000463 this_sequence A000465 A000466 A000467
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
njas
|
|
EXTENSIONS
|
Better description, new reference 8/95.
|
|
|
Search completed in 0.004 seconds
|