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.

A006479 From variance of Fibonacci search.

Original entry on oeis.org

0, 0, 0, 1, 5, 18, 52, 134, 318, 713, 1531, 3180, 6432, 12732, 24756, 47417, 89665, 167694, 310628, 570562, 1040226, 1883953, 3391799, 6073848, 10824096, 19204536, 33936456
Offset: 0

Views

Author

Keywords

References

  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A006478.

Programs

  • Maple
    A006479:=z**3*(1+z+z**2)/(z-1)/(z**2+z-1)**3; # conjectured by Simon Plouffe in his 1992 dissertation

Formula

(Conjecture equivalent to Plouffe g.f.): a(n) = -3 - 2*A001629(n+2) - 3*A001629(n+1) + 2*A001628(n-1) + A020701(n+1). - R. J. Mathar, Dec 06 2010