OFFSET
1,2
COMMENTS
LINKS
Clark Kimberling, Table of n, a(n) for n = 1..10000
Clark Kimberling, Lucas Representations of Positive Integers, J. Int. Seq., Vol. 23 (2020), Article 20.9.5.
EXAMPLE
The basis is B = (1,2,3,4,5,7,8,11,13,18,21,29,34,47,55,...), composed of Fibonacci numbers and Lucas numbers. Representations of positive integers using the greedy algorithm on B:
n repres. # terms a(n)
1 1 1 1
2 2 1 2
3 3 1 3
4 4 1 4
5 5 1 5
6 5+1 2 7
7 7 1 8
8 8 1 9
9 8+1 2 11
10 8+2 2 13
27 21+5+1 3 44
MATHEMATICA
(See the program at A214973.)
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Oct 22 2012
EXTENSIONS
Edited by Clark Kimberling, Jun 13 2020
STATUS
approved