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!)
A111427 Tribonacci(tetranacci(n)). 1
0, 0, 0, 0, 0, 1, 2, 24, 1705, 8646064, 120879712950776, 6984325661199418257711189170, 2037364946117781220616409939151494028465982215442078400 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(n) = A000073(A000078(n)).
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
CROSSREFS
Sequence in context: A094050 A000479 A181231 * A081955 A292797 A163086
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 April 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)