so it ends up that the number of ancient fruit plants you have on your farm at the end of the week after planting a single seed on your farm creates the sequence
1, 1, 1, 2, 3, 4, 5, 7, 10, 14, 19, 26. 36. 50, 69, 95, ......
which is an officially recognized sequence of numbers in the online encyclopedia of number sequences: https://oeis.org/A003269
i dont know if this really means anything
@aschmitz oh I didn't read that part, yeah that does make sense
@wallhackio "a(n) = a(n-3) + a(n-4) + a(n-5) + a(n-6) for n>4.", I suppose that makes sense.