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.

A005052 a(n) = 10*3^n.

Original entry on oeis.org

10, 30, 90, 270, 810, 2430, 7290, 21870, 65610, 196830, 590490, 1771470, 5314410, 15943230, 47829690, 143489070, 430467210, 1291401630, 3874204890, 11622614670, 34867844010, 104603532030, 313810596090, 941431788270, 2824295364810, 8472886094430
Offset: 0

Views

Author

Keywords

Crossrefs

Except for initial terms, same as A062107.

Programs

Formula

From Elmo R. Oliveira, Aug 14 2024: (Start)
G.f.: 10/(1-3*x).
E.g.f.: 10*exp(3*x).
a(n) = 3*a(n-1), n > 0. (End)