OFFSET
0,4
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..20000
EXAMPLE
a(10) = 4 because 10 can be represented in 4 possible ways as a sum of integers in the set {1,2,3,5,6,8,9,13,15,...}: 9+1, 8+2, 6+3+1, 5+3+2.
CROSSREFS
KEYWORD
nonn
AUTHOR
Casey Mongoven, May 03 2014
EXTENSIONS
a(0)=1 from Alois P. Heinz, Sep 16 2015
STATUS
approved