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.

A172241 a(n) = (1/18)*(8^n - (-1)^n - 9).

Original entry on oeis.org

0, 3, 28, 227, 1820, 14563, 116508, 932067, 7456540, 59652323, 477218588, 3817748707, 30541989660, 244335917283, 1954687338268, 15637498706147, 125099989649180, 1000799917193443, 8006399337547548, 64051194700380387
Offset: 1

Views

Author

Ralf Stephan, Nov 20 2010

Keywords

Comments

It appears that a(n) = A153234(3*n-1). - Bruno Berselli, May 03 2011

Programs

Formula

G.f.: x^2*(3 + 4*x)/((1 - x)*(1 + x)*(1 - 8*x)). - Adapted to the offset by Bruno Berselli, May 03 2011
a(2*k) = 8*a(2*k-1) + 3 and a(2*k+1) = 8*a(2*k) + 4 for k>0, a(1)=0. - Yosu Yurramendi, Dec 30 2016