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!)
A318739 Decimal expansion of Pi^2 / 24 - (1/12) * log(2 + sqrt(5))^2. 0
2, 3, 7, 5, 5, 9, 9, 0, 1, 2, 7, 9, 1, 6, 0, 8, 1, 4, 7, 4, 5, 4, 0, 6, 9, 8, 8, 2, 3, 7, 8, 5, 6, 7, 2, 7, 2, 9, 2, 4, 3, 2, 7, 1, 2, 7, 6, 4, 7, 2, 5, 4, 5, 6, 3, 2, 2, 4, 1, 3, 6, 3, 5, 8, 2, 5, 1, 5, 5, 3, 5, 8, 4, 2, 5, 5, 7, 8, 8, 5, 8, 7, 1, 9, 6, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Ramanujan's question 606 in the Journal of the Indian Mathematical Society (VI, 239) asked "Show that Sum_{n>=0} (sqrt(5) - 2)^(2*n + 1) / (2*n + 1)^2 = Pi^2/24 - (1/12) * (log(2 + sqrt(5)))^2".
LINKS
B. C. Berndt, Y. S. Choi, and S. Y. Kang, The problems submitted by Ramanujan to the Journal of Indian Math. Soc., in: Continued fractions, Contemporary Math., 236 (1999), 15-56 (see Q606, JIMS VI).
B. C. Berndt, Y. S. Choi, and S. Y. Kang, The problems submitted by Ramanujan to the Journal of Indian Math. Soc., in: Continued fractions, Contemporary Math., 236 (1999), 15-56 (see Q606, JIMS VI).
EXAMPLE
0.2375599012791608147454069882378567272924327127647254563224136358251...
MATHEMATICA
RealDigits[Pi^2/24 - Log[2+Sqrt[5]]^2/12, 10, 120][[1]] (* Amiram Eldar, Jun 27 2023 *)
PROG
(PARI) Pi^2/24-(1/12)*log(2+sqrt(5))^2
(PARI) suminf(k=0, (sqrt(5)-2)^(2*k+1)/(2*k+1)^2)
CROSSREFS
Sequence in context: A329412 A335292 A060940 * A205299 A222242 A069771
KEYWORD
nonn,cons
AUTHOR
Hugo Pfoertner, Sep 16 2018
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 19 17:49 EDT 2024. Contains 371797 sequences. (Running on oeis4.)