The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111429 Tribonacci(hexanacci(n)). 1
0, 0, 0, 0, 0, 0, 0, 1, 2, 24, 3136, 53798080, 8607945812375585, 220376367601372354229355484029120, 78531983922879942351416192215114163135375656803468317366190276600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
FORMULA
a(n) = A000073(A001592(n)).
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
CROSSREFS
Sequence in context: A112332 A101339 A111428 * A111430 A355561 A059332
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Nov 13 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 17 12:26 EDT 2024. Contains 372600 sequences. (Running on oeis4.)