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”).

A106152
Decimal expansion of sqrt(Pi^2 - e^2)/(Pi/2).
1
1, 0, 0, 2, 6, 6, 0, 6, 4, 0, 6, 0, 9, 1, 9, 7, 6, 5, 6, 8, 7, 4, 4, 0, 2, 1, 3, 9, 5, 9, 8, 9, 0, 0, 4, 4, 5, 8, 2, 4, 3, 7, 5, 5, 5, 2, 8, 2, 2, 8, 7, 8, 3, 8, 4, 8, 4, 9, 6, 3, 1, 8, 6, 8, 3, 6, 0, 9, 7, 7, 2, 3, 1, 1, 2, 2, 9, 6, 3, 7, 2, 7, 8, 1, 7, 1, 4, 7, 4, 5, 9, 0, 5, 3, 1, 8, 4, 4, 0, 4, 1, 5, 2, 6, 7
OFFSET
1,4
COMMENTS
Simple expression with value close to integer.
LINKS
FORMULA
c = sqrt(Pi^2 - e^2)/(Pi/2).
EXAMPLE
1.0026606406091976568744021395989004458243755528228783848496318683..
MATHEMATICA
RealDigits[N[Sqrt[Pi^2 - E^2]/(Pi/2), 120]][[1]]
PROG
(PARI) 2*sqrt(Pi^2 - exp(2))/Pi \\ G. C. Greubel, Jan 13 2017
CROSSREFS
Sequence in context: A111119 A107495 A019716 * A197036 A110666 A200485
KEYWORD
cons,nonn
AUTHOR
Zak Seidov, May 07 2005
STATUS
approved