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.

A013723 a(n) = 18^(2*n + 1).

Original entry on oeis.org

18, 5832, 1889568, 612220032, 198359290368, 64268410079232, 20822964865671168, 6746640616477458432, 2185911559738696531968, 708235345355337676357632, 229468251895129407139872768
Offset: 0

Views

Author

Keywords

Crossrefs

Bisection of A001027 (18^n).

Programs

Formula

From Philippe Deléham, Nov 28 2008: (Start)
a(n) = 324*a(n-1); a(0)=18.
G.f.: 18/(1-324*x). (End)