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.

A027873 a(n) = Product_{i=1..n} (6^i - 1).

Original entry on oeis.org

1, 5, 175, 37625, 48724375, 378832015625, 17674407688984375, 4947685316415841015625, 8310206472731792807458984375, 83747726219216824716765369541015625
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A005329 (q=2), A027871 (q=3), A027637 (q=4), A027872 (q=5), A027875 (q=7), A027876 (q=8), A027877 (q=9), A027878 (q=10), A027879 (q=11), A027880 (q=12).
Cf. A132034.

Programs

Formula

5^n|a(n) for n>=0. - G. C. Greubel, Nov 20 2015
a(n) ~ c * 6^(n*(n+1)/2), where c = Product_{k>=1} (1-1/6^k) = A132034 = 0.805687728162164940923750215496298968917997628693... . - Vaclav Kotesovec, Nov 21 2015
a(n) = 6^(binomial(n+1,2))*(1/6;1/6){n}, where (a;q){n} is the q-Pochhammer symbol. - G. C. Greubel, Dec 24 2015
a(n) = Product_{i=1..n} A024062(i). - Michel Marcus, Dec 27 2015
G.f.: Sum_{n>=0} 6^(n*(n+1)/2)*x^n / Product_{k=0..n} (1 + 6^k*x). - Ilya Gutkovskiy, May 22 2017
Sum_{n>=0} (-1)^n/a(n) = A132034. - Amiram Eldar, May 07 2023