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.

A034730 Dirichlet convolution of b_n=1 with c_n=3^(n-1).

Original entry on oeis.org

1, 4, 10, 31, 82, 256, 730, 2218, 6571, 19768, 59050, 177430, 531442, 1595056, 4783060, 14351125, 43046722, 129146980, 387420490, 1162281262, 3486785140, 10460412256, 31381059610, 94143358444, 282429536563, 847289140888, 2541865834900, 7625599080070, 22876792454962
Offset: 1

Views

Author

Keywords

Crossrefs

Sums of the form Sum_{d|n} q^(d-1): A034729 (q=2), this sequence (q=3), A113999 (q=10), A339684 (q=4), A339685 (q=5), A339686 (q=6), A339687 (q=7), A339688 (q=8), A339689 (q=9).

Programs

Formula

G.f.: Sum_{n>0} x^n/(1-3*x^n). - Vladeta Jovovic, Nov 14 2002
a(n) ~ 3^(n-2). - Vaclav Kotesovec, Sep 09 2014
a(n) = Sum_{d|n} 3^(d-1). - Seiichi Manyama, Jun 26 2019