Skip to content

Opening book details…

About this document

Hex-a-bonacci Code Output Calculation by Rakib is a document available to read on EtoBox.

The document describes a code that calculates the hex-a-bonacci sequence for a given input n. The code takes in initial values a, b, c, d, e, f and n as input. It returns the sum of calling itself recursively for inputs from n-1 to n-6 to calculate the hex-a-bonacci value for n modulo 10000007. Sample input/output cases are provided to demonstrate its execution.

Author
Rakib
Language
EN