cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A154920 Denominators of a ternary BBP-type formula for log(3).

Original entry on oeis.org

1, 18, 27, 324, 405, 4374, 5103, 52488, 59049, 590490, 649539, 6377292, 6908733, 66961566, 71744535, 688747536, 731794257, 6973568802, 7360989291, 69735688020, 73222472421, 690383311398, 721764371007, 6778308875544
Offset: 0

Views

Author

Jaume Oliver Lafont, Jan 17 2009, Jan 18 2009

Keywords

Comments

log(3) = Sum_{k>=0} (9/(2k+1)+1/(2k+2))/9^(k+1).
log(3) = 1 + Sum_{k>=0} (1/(2k+2)+1/(2k+3))/9^(k+1).

Crossrefs

Programs

Formula

a(n) = (n+1)*9^[(n+1)/2] = 18*a(n-2) - 81*a(n-4).
Sum_{n>=0} 1/a(n) = log(3).
G.f.: (1+18*x+9*x^2)/(1-9*x^2)^2. - Jaume Oliver Lafont, Jan 29 2009
a(n) = (2-(-1)^n)*(n+1)*3^n. - Jaume Oliver Lafont, Sep 27 2009
Sum_{n>=0} (-1)^n/a(n) = log(8/3). - Amiram Eldar, Feb 26 2022