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.

A111428 Tribonacci(pentanacci(n)).

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 1, 2, 24, 3136, 29249425, 2544489349890656, 10469303814509319059584520878072, 52390584919058211443518140875804297526718993867687450278537778
Offset: 0

Views

Author

Jonathan Vos Post, Nov 13 2005

Keywords

Crossrefs

Programs

  • Maple
    a:= n-> (<<0|1|0>, <0|0|1>, <1|1|1>>^((<<0|1|0|0|0>,
            <0|0|1|0|0>, <0|0|0|1|0>, <0|0|0|0|1>, <1|1|1|1|1>>^n)[1, 5]))[1, 3]:
    seq(a(n), n=0..12);  # Alois P. Heinz, Nov 07 2018

Formula

a(n) = A000073(A001591(n)).