sequence: 0, 1, 1, 1, 2, 3, 1, 5, 2, 4, 4, 1, 10, 5, 6, 7, 1, 15, 5, 11, 7, 5, 14, 3, 18, 7, 10, 14, 5, 21, 5, 23, 2, 28, ...
linear recurrence: a(n) = 2*a(n-2) - a(n-4). where a(1)=0, a(2)=a(3)=a(4)=1, a(5)=2
What is the o.g.f?
MathBot Answer:
MathBot is working on a solution to your problem.
