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.

A155611 6^n - 3^n + 1.

Original entry on oeis.org

1, 4, 28, 190, 1216, 7534, 45928, 277750, 1673056, 10058014, 60407128, 362619910, 2176250896, 13059099694, 78359381128, 470170635670, 2821066860736, 16926530304574, 101559569247928, 609358577749030, 3656154953278576
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 26 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-6*x)-1/(1-3*x)+1/(1-x). E.g.f.: e^(6*x)-e^(3*x)+e^x.
a(n)=9*a(n-1)-18*a(n-2)+10 with a(0)=1, a(1)=4 [From Vincenzo Librandi, Jul 21 2010]
E.g.f.: exp(6*x)-exp(3*x)+exp(x)= G(0) ; G(k)= 1 - 1/( 2^k + 2^k/( 3^k - 1 - 6*x*18^k/( x*6^(k+1)+(k+1)/G(k+1)))); (continued fraction, 3-step ). - Sergei N. Gladkovskii, Jan 10 2012