I stumbled on a curious case of Richard Guy's Strong Law of Small Numbers because of a typographical error. I intended to type a^3 + b^3 + c^3 - 3 a b c and look at its values (Problem A1 on the 2019 Putnam Exam), but I omitted the exponent on $b$ and it came out as a^3 + b^+c^3 - 3 a b c. Mathematica accepted this and interpreted it to mean $a^3 + b^{c^3} - 3 a b c$ and the values Mathematica came up with suggest the latter expression takes on, for nonnegative integer values of $a,b,c$, all integer values except $-6, -14, -18, -20, -30, -36, -38, -48, -50, -60, -66, -74, -78, -96 ...$
The first few terms produced one hit on OEIS:
A108977 $\ $ Numbers $n$ such that $19·n + 17$ is prime.
$0, 6, 14, 18, 20, 30, 36, 38, 44, 48, 50, 74, 78, 84, 98, 104, 108, 116, 120, 126, 140, 144, 146, 158, 168, 174, 176,...$
The first $7$ (nonzero, signless) terms agree and there are some sporadic common entries thereafter. Can anyone offer any explanation?
This is not at all an answer to your question but a response to Varun Vejalla's comment:
For sequences with $7$ terms this has not been my experience using the OEIS. But in any case this is a testable conjecture! We can perturb the first $7$ terms of your sequence and see how many hits we get on the OEIS each time. I will just either add or subtract $2$ from each term, since the terms are all even. This produces the following:
So it's not clear that this is entirely just a coincidence! In fact the OEIS wiki suggests that one should search the OEIS using $6$ terms.
According to Wikipedia, as of September 2020 the OEIS has about $337000$ sequences, which is really not that many: this means about $18.3$ bits worth of information uniquely pins down a sequence. The number of increasing $7$-term sequences with all terms between $1$ and, say, $50$ is ${50 \choose 7} \approx 9.99 \times 10^7$ which is about $26.5$ bits, by contrast. So $7$ terms is more than enough to get out of the realm of coincidence.
In fact $337000 < {36 \choose 5} = 376992$, so to give the OEIS a fairer test we might consider perturbing just the first $5$ terms of the sequence ($6, 14, 18, 20, 30$ already returns A108977 uniquely). This gives:
I think this justifies claiming that $5$ terms is maybe a coincidence but $7$ is maybe not.