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.

Showing 1-1 of 1 results.

A105082 Expansion of (5+4x)/(1-2x-x^2).

Original entry on oeis.org

5, 14, 33, 80, 193, 466, 1125, 2716, 6557, 15830, 38217, 92264, 222745, 537754, 1298253, 3134260, 7566773, 18267806, 44102385, 106472576, 257047537, 620567650, 1498182837, 3616933324, 8732049485, 21081032294, 50894114073
Offset: 0

Views

Author

Creighton Dement, Apr 06 2005

Keywords

Comments

A floretion-generated, Pellian related sequence.
Floretion Algebra Multiplication Program, FAMP Code: lesloop(infty)-tesforseq[ + .25'i + .25i' - .25'ii' - .25'jj' - .25'kk' + .25'jk' + .25'kj' - .25e ], Fortype: 1A.
For n > 0: A048696(n) = a(n) - a(n-1). - Reinhard Zumkeller, Dec 15 2013

Crossrefs

Programs

  • Haskell
    a105082 n = a105082_list !! n
    a105082_list = scanl (+) 5 $ tail a048696_list
    -- Reinhard Zumkeller, Dec 15 2013

Formula

a(n+2) = 2*a(n+1) + a(n); FAMP result: a(n) = 2*A001333(n) + 3*A048654(n); SuperSeeker results: a(n+1) - a(n) = A048696(n+1); a(n) + a(n+1) = A048696(n+2)
a(n) = ((9+5*sqrt(2))*(1+sqrt(2))^n - (9-5*sqrt(2))*(1-sqrt(2))^n)/(2*sqrt(2)) - Lambert Herrgesell (zero815(AT)googlemail.com), Jan 26 2007
Showing 1-1 of 1 results.