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.

A120473 a(n) = A000045[n]*(A004001[n + 1] - 2*A004001[n] + A004001[n - 1]).

Original entry on oeis.org

-1, 1, -2, 3, 0, -8, 0, 21, 0, 0, -89, 144, -233, 0, 0, 987, 0, 0, 0, -6765, 10946, 0, -28657, 46368, -75025, 0, 196418, -317811, 0, 0
Offset: 0

Views

Author

Roger L. Bagula, Jul 06 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Conway[0] = 0; Conway[1] = Conway[2] = 1; Conway[n_Integer?Positive] := Conway[n] = Conway[Conway[n - 1]] + Conway[n - Conway[n - 1]] a[n_] := Fibonacci[n]*(Conway[n + 1] - 2*Conway[n] + Conway[n - 1]) Table[a[n], {n, 1, 30}]

Extensions

Edited by N. J. A. Sloane, Oct 01 2006
Showing 1-1 of 1 results.