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!)
A248179 Decimal expansion of (2/27)*(9 + 2*sqrt(3)*Pi). 7
1, 4, 7, 2, 7, 9, 9, 7, 1, 7, 4, 3, 7, 4, 3, 0, 1, 5, 5, 8, 1, 9, 5, 9, 0, 3, 3, 6, 7, 2, 9, 8, 4, 6, 9, 9, 2, 1, 2, 6, 2, 5, 1, 6, 6, 5, 8, 1, 8, 9, 9, 5, 8, 1, 1, 3, 6, 4, 3, 9, 3, 3, 0, 4, 6, 1, 6, 9, 4, 3, 6, 3, 6, 0, 5, 6, 1, 5, 7, 2, 8, 1, 6, 3, 7, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
REFERENCES
J.-M. Monier, Analyse, Tome 3, 2ème année, MP.PSI.PC.PT, Dunod, 1997, Exercice 3.2.1.q', p. 247.
LINKS
FORMULA
Equals Sum_{h >= 0} 1/binomial(2*h+1, h).
From Amiram Eldar, Nov 16 2021: (Start)
Equals 1 + Integral_{x>=0} 1/(x^2 + x + 1)^2 dx.
Equals 1 + Integral_{x>=1} 1/(x^2 - x + 1)^2 dx.
Equals Integral_{x=0..1} 1/(x^2 - x + 1)^2 dx. (End)
From Bernard Schott, Mar 18 2022: (Start)
Equals 2 * Sum_{n >= 1} (n!)^2/(2*n)!.
Equals 2 * A073016.
Equals hypergeometric function 2F1([1, 2], [3/2], x) at x=1/4. (End)
EXAMPLE
1.472799717437430155819590336729846992126251665818995811364393304616943...
MATHEMATICA
r = 2/27 (9 + 2 Sqrt[3] \[Pi]); u = RealDigits[N[r, 200]][[1]]
PROG
(PARI) 2*(9+sqrt(12)*Pi)/27 \\ Charles R Greathouse IV, Sep 28 2022
CROSSREFS
Sequence in context: A308883 A139348 A021683 * A362753 A194160 A154466
KEYWORD
nonn,easy,cons
AUTHOR
Clark Kimberling, Oct 03 2014
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 May 15 18:29 EDT 2024. Contains 372549 sequences. (Running on oeis4.)