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.

A137392 (10-n) * Fibonacci(n).

Original entry on oeis.org

9, 8, 14, 18, 25, 32, 39, 42, 34, 0, -89, -288, -699, -1508, -3050, -5922, -11179, -20672, -37629, -67650, -120406, -212532, -372541, -649152, -1125375, -1942288, -3339106, -5720598, -9770351, -16640800, -28271649
Offset: 1

Views

Author

Roger L. Bagula and Gary W. Adamson, Apr 10 2008

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(10-n)Fibonacci[n],{n,40}] (* or *) LinearRecurrence[{2,1,-2,-1},{9,8,14,18},40] (* Harvey P. Dale, Sep 05 2022 *)
  • PARI
    a(n)=(10-n)*fibonacci(n)

Formula

G.f.: x*(-11*x^2 - 10*x + 9) / (x^2+x-1)^2. - Colin Barker, Jan 01 2013

Extensions

Edited by Ralf Stephan, Dec 24 2013