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.

A111429 Tribonacci(hexanacci(n)).

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 1, 2, 24, 3136, 53798080, 8607945812375585, 220376367601372354229355484029120, 78531983922879942351416192215114163135375656803468317366190276600
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|0|1|0|0|0>,
        <0|0|0|1|0|0>, <0|0|0|0|1|0>, <0|0|0|0|0|1>, <1|1|1|1|1|1>>^n)[1, 6]))[1, 3]:
    seq(a(n), n=0..14);  # Alois P. Heinz, Nov 07 2018

Formula

a(n) = A000073(A001592(n)).