login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A329933
Decimal expansion of greatest negative number x such that csc x + sec x = 1.
1
1, 0, 8, 2, 6, 4, 9, 5, 2, 4, 7, 1, 8, 6, 5, 5, 1, 1, 5, 5, 6, 8, 4, 8, 3, 8, 8, 8, 9, 4, 8, 2, 1, 8, 2, 9, 6, 3, 9, 1, 7, 5, 0, 8, 5, 7, 3, 6, 5, 2, 7, 3, 4, 5, 2, 1, 5, 4, 7, 2, 1, 2, 4, 0, 5, 0, 9, 2, 0, 9, 2, 6, 2, 3, 5, 5, 3, 4, 1, 0, 2, 8, 0, 1, 8, 2
OFFSET
1,3
FORMULA
Equals -arcsec((1/2)*(1 + sqrt(5 + 4*sqrt(2)))). [corrected by Jason Yuen, Dec 18 2024]
EXAMPLE
least positive x: 2.6534458515135517347998055805879...
greatest negative x: -1.0826495247186551155684838889...
2.65344... + (-1.08264...) = Pi/2.
MATHEMATICA
Solve[1/Sin[x] + 1/Cos[x] == 1, x]
Plot[1/Sin[x] + 1/Cos[x] - 1, {x, -Pi, Pi}]
CROSSREFS
Cf. A329932.
Sequence in context: A178969 A019660 A021125 * A234015 A322129 A019635
KEYWORD
nonn,cons,easy
AUTHOR
Clark Kimberling, Jan 02 2020
STATUS
approved