Fibonacci Numbers

Start with one Fibonacci sequence number, then calculate more from there.

Unsolved

Instructions

Your input variable will contain a fibonacci sequence number. Your job is to calculate the next n digits.

Inputs

value1
The starting number

value2
n number to calculate after value1

Sample Test Cases

Small Number
value1 5
value2 2
output 8,13
Large Numbers
value1 34
value2 7
output 55,89,144,233,377,610,987

Test Results

Login/Register

At the moment only Discord login is supported.

Login with Discord