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.

A111427 Tribonacci(tetranacci(n)).

Original entry on oeis.org

0, 0, 0, 0, 0, 1, 2, 24, 1705, 8646064, 120879712950776, 6984325661199418257711189170, 2037364946117781220616409939151494028465982215442078400
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|1|0>, <0|0|0|1>, <1|1|1|1>>^n)[1, 4]))[1, 3]:
    seq(a(n), n=0..12);  # Alois P. Heinz, Nov 07 2018

Formula

a(n) = A000073(A000078(n)).