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.

A208092 Generalized Fibonacci numbers A_{n,6}.

Original entry on oeis.org

1, 1, 0, 1, 0, 2, 0, 3, 0, 6, 0, 9, 1, 18, 2, 30, 4, 56, 8, 99, 16, 186, 32, 335, 64, 630, 128, 1163, 256, 2187, 512, 4096, 1024, 7748, 2048, 14628, 4096, 27814, 8192, 52889, 16386, 101002, 32776, 193117, 65562, 370338, 131152, 711158, 262368, 1368768
Offset: 1

Views

Author

Max Alekseyev, Feb 23 2012

Keywords

Crossrefs

Cf. A006206 (A_{n,1}), A006207 (A_{n,2}), A006208 (A_{n,3}), A006209 (A_{n,4}), A130628 (A_{n,5}), A006210 (D_{n,2}), A006211 (D_{n,3}), A094392.

Programs

  • PARI
    \\ implementation of MT() and phin() is given in A006207
    MT(phin(6)) \\ sequence A_{n,6}
    /* From Max Alekseyev */