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!)
A111428 Tribonacci(pentanacci(n)). 1
0, 0, 0, 0, 0, 0, 1, 2, 24, 3136, 29249425, 2544489349890656, 10469303814509319059584520878072, 52390584919058211443518140875804297526718993867687450278537778 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
FORMULA
a(n) = A000073(A001591(n)).
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
CROSSREFS
Sequence in context: A110131 A112332 A101339 * A111429 A111430 A355561
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 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)