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.

A147838 a(n)=8*a(n-1)-6*a(n-2), a(0)=1, a(1)=6 .

Original entry on oeis.org

1, 6, 42, 300, 2148, 15384, 110184, 789168, 5652240, 40482912, 289949856, 2076701376, 14873911872, 106531086720, 763005222528, 5464855259904, 39140810744064, 280337354393088, 2007853970680320, 14380807639084032
Offset: 0

Views

Author

Philippe Deléham, Nov 14 2008

Keywords

Programs

  • Mathematica
    LinearRecurrence[{8,-6},{1,6},40] (* Harvey P. Dale, Mar 01 2012 *)

Formula

a(n)=Sum_{k, 0<=k<=n}A147703(n,k)*5^k . G.f.: (1-2x)/(1-8x+6*x^2).
a(n)= ((5+sqrt(10))/10)*(4+sqrt(10))^n + ((5-sqrt(10))/10)*(4-sqrt(10))^n [From Richard Choulet, Nov 20 2008]