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!)
A111435 a(n) = Fibonacci(hexanacci(n)). 0
0, 0, 0, 0, 0, 1, 1, 1, 3, 21, 987, 2178309, 6557470319842, 59425114757512643212875125, 3016128079338728432528443992613633888712980904400501 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
FORMULA
a(n) = A000045(A001592(n)).
EXAMPLE
a(0) = Fibonacci(hexanacci(0)) = A000045(A001592(0)) = A000045(0) = 0.
a(1) = Fibonacci(hexanacci(1)) = A000045(A001592(1)) = A000045(0) = 0.
a(2) = Fibonacci(hexanacci(2)) = A000045(A001592(2)) = A000045(0) = 0.
a(3) = Fibonacci(hexanacci(3)) = A000045(A001592(3)) = A000045(0) = 0.
a(4) = Fibonacci(hexanacci(4)) = A000045(A001592(4)) = A000045(0) = 0.
a(5) = Fibonacci(hexanacci(5)) = A000045(A001592(5)) = A000045(1) = 1.
a(6) = Fibonacci(hexanacci(6)) = A000045(A001592(6)) = A000045(1) = 1.
a(7) = Fibonacci(hexanacci(7)) = A000045(A001592(7)) = A000045(2) = 1.
a(8) = A000045(A001592(8)) = A000045(4) = 3.
a(9) = A000045(A001592(9)) = A000045(8) = 21.
a(10) = A000045(A001592(10)) = A000045(16) = 987.
a(11) = A000045(A001592(11)) = A000045(32) = 2178309.
a(12) = A000045(A001592(12)) = A000045(63) = 6557470319842.
MAPLE
b:= proc(n) option remember; `if`(n<5, 0,
`if`(n=5, 1, add(b(n-j), j=1..6)))
end:
a:= n-> (<<0|1>, <1|1>>^b(n))[1, 2]:
seq(a(n), n=0..14); # Alois P. Heinz, Aug 09 2018
CROSSREFS
Sequence in context: A288567 A288568 A111433 * A111438 A058635 A077260
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 08:10 EDT 2024. Contains 372579 sequences. (Running on oeis4.)