sequence: 2, 4, 6, 8, 12, 14, 16, 22, 28, 34, 36, 38, 42, 44, 46, 48, 52, 54, 56, 58, 62, 64, 66, 72, 78, 84, 86, 88, 92, 94, 96, 98, 102, 104, 106, 108, 112, 114, 116, 122, 128, 134, 136, 138, 142, 144, 146, 148, 152, 154, 156, 158, 162, 164, 166, 172, 178, ...
linear recurrence: a(n) = a(n-1) + a(n-16) - a(n-17) for n >= 18
What's the o.g.f.?
MathBot Answer:
MathBot is working on a solution to your problem.
