The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A353584 Denominators of coefficients c(n) in product expansion of 1 + tan x = Product_{k>=1} 1 + c(k)*x^k. 12
1, 1, 3, 3, 15, 15, 315, 105, 567, 405, 155925, 467775, 1216215, 34749, 638512875, 638512875, 2170943775, 32564156625, 1856156927625, 3093594879375, 38979295480125, 5568470782875, 49308808782358125, 2900518163668125, 284473896821296875, 1232720219558953125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
See the sequence of numerators, A353583, for references and more.
LINKS
EXAMPLE
1 + tan x = (1 + x)(1 + 1/3*x^3)(1 - 1/3*x^4/3)(1 + 7/15*x^5)(1 - 7/15*x^5)(...),
and this sequence lists the denominators of (1, 0, 1/3, -1/3, 7/15, -7/15, ...).
PROG
(PARI) t=1+tan(x+O(x)^29); vector(#t-1, n, c=polcoef(t, n); t/=1+c*x^n; denominator(c))
CROSSREFS
Cf. A353583 (numerators)
Cf. A170918 / A170919 for a variant.
Sequence in context: A055634 A133221 A232097 * A110096 A157526 A208229
KEYWORD
nonn,frac
AUTHOR
M. F. Hasler, May 07 2022
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 June 9 01:05 EDT 2024. Contains 373227 sequences. (Running on oeis4.)