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.

A169585 A000004 preceded by 1, 3.

Original entry on oeis.org

1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 0

Views

Author

Klaus Brockhaus, Dec 02 2009

Keywords

Comments

Inverse binomial transform of A016777; second inverse binomial transform of A053220; third inverse binomial transform of A027471 without first term; fourth inverse binomial transform of A081039.

Crossrefs

Cf. A000004 (zero sequence), A016777 (3*n+1), A053220 ((3*n-1)*2^(n-2)), A027471 ((n-1)*3^(n-2)), A081039 ((3*n+4)*4^(n-1), a(0)=1, a(1)=7), A130706 (1, 2, 0, 0, 0, ...), A166926 (1, 2, 4, 0, 0, 0, ...), A130779 (1, 1, 2, 0, 0, 0, ...).

Programs

  • PARI
    {concat([1, 3], vector(103))}

Formula

a(0) = 1, a(1) = 3, a(n) = 0 for n > 1.
G.f.: 1+3*x.
a(n) = 3^n mod 9. - Ridouane Oudra, Apr 09 2025