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.

A238777 a(n) = floor((5^n+1)/(2*3^n)).

Original entry on oeis.org

1, 1, 2, 3, 6, 10, 17, 29, 49, 82, 137, 229, 382, 638, 1063, 1772, 2953, 4923, 8205, 13675, 22792, 37987, 63312, 105521, 175868, 293114, 488524, 814207, 1357012, 2261686, 3769478, 6282463, 10470772, 17451288, 29085480
Offset: 1

Views

Author

Kival Ngaokrajang, Mar 05 2014

Keywords

Comments

a(n) is the rounded-down perimeter of the Vicsek fractal after n iterations. The Vicsek fractal is a subset of the box fractal; for both types, the number of boxes = A000351(n). See illustrations in links.

Crossrefs

Programs

Formula

a(n) = A034478(n)/3^n.