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!)
A227423 Decimal expansion of 'lambda', a Young-Fejér-Jackson constant linked to the positivity of certain sine sums. 3
4, 3, 0, 2, 9, 6, 6, 5, 3, 1, 2, 4, 2, 0, 2, 7, 5, 7, 7, 7, 2, 1, 9, 8, 4, 4, 5, 4, 5, 8, 5, 4, 8, 3, 6, 8, 9, 2, 2, 0, 3, 1, 5, 3, 1, 7, 0, 1, 1, 9, 3, 9, 2, 9, 9, 5, 3, 6, 2, 9, 4, 3, 7, 5, 9, 3, 3, 9, 4, 3, 9, 6, 8, 6, 2, 9, 2, 3, 6, 3, 1, 1, 1, 0, 3, 9, 5, 3, 0, 4, 2, 8, 7, 1, 0, 9, 1, 2, 2, 1, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, p. 242.
LINKS
FORMULA
lambda = min { x>0 : (1+x)*Pi - tan(x*Pi) = 0 }.
EXAMPLE
0.43029665312420275777219844545854836892203153170119392995362943759339439686...
MAPLE
numdigits:= 120:
lambda:= solve((1+x)*Pi = tan(x*Pi), x):
s:= convert(evalf(lambda, numdigits+10), string):
seq(parse(s[n+1]), n=1..numdigits); # Alois P. Heinz, Jul 11 2013
MATHEMATICA
lambda /. FindRoot[(1 + lambda)*Pi == Tan[lambda*Pi], {lambda, 2/5}, WorkingPrecision -> 100] // RealDigits // First
CROSSREFS
Sequence in context: A338149 A338145 A296002 * A199443 A142723 A296228
KEYWORD
nonn,cons
AUTHOR
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 August 14 12:42 EDT 2024. Contains 375164 sequences. (Running on oeis4.)