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!)
A272354 Decimal expansion of 'kappa', an asymptotic enumeration constant related to unit interval graphs. 0
6, 2, 3, 1, 1, 9, 8, 9, 6, 3, 9, 1, 9, 1, 1, 3, 8, 5, 2, 0, 4, 8, 6, 6, 0, 2, 9, 3, 2, 8, 2, 2, 2, 8, 5, 1, 6, 8, 1, 8, 1, 1, 1, 1, 5, 7, 6, 9, 1, 8, 2, 8, 5, 0, 9, 1, 4, 7, 5, 2, 3, 3, 3, 5, 1, 1, 2, 2, 7, 1, 6, 1, 2, 9, 9, 9, 8, 5, 8, 2, 9, 4, 3, 3, 0, 8, 7, 4, 5, 0, 7, 3, 1, 7, 5, 7, 4, 8, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.6.7 More Graph Varieties, p. 309.
LINKS
FORMULA
kappa = exp(-sqrt(3)/4)*exp(-Sum_{j >= 2} (psi(4^(-j))/j, where psi(x)=(1 + 2*x - sqrt(1 - 4*x)*sqrt(1 - 4*x^2))/(4*sqrt(1 - 4*x^2)).
EXAMPLE
0.6231198963919113852048660293282228516818111157691828509147523335...
MATHEMATICA
digits = 99; psi[x_] := (1 + 2*x - Sqrt[1 - 4*x]*Sqrt[1 - 4*x^2])/(4*Sqrt[1 - 4*x^2]);
kappa = Exp[-Sqrt[3]/4]*Exp[-NSum[psi[4^(-j)]/j, {j, 2, Infinity}, NSumTerms -> 200, WorkingPrecision -> digits + 5]]; RealDigits[kappa, 10, digits][[1]]
CROSSREFS
Sequence in context: A065280 A247672 A188726 * A353121 A196552 A062614
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 April 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)