OFFSET
1,2
EXAMPLE
Initialize all terms to 3. Set a(1)=1, go one term forward,
set a(2)=a(1)+1=2, go 2 terms forward,
set a(4)=a(2)+1=3, go 3 terms forward,
set a(7)=a(3)+1=4, go 4 terms forward,
set a(11)=a(4)+1=4, go 4 terms forward,
set a(15)=a(5)+1=4, etc.
The indices 1,2,4,7,11,15,... form A087163.
CROSSREFS
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 22 2003
STATUS
approved