If a conjecture has value, feel free to submit it to the OEIS!
Before submitting:
- Verify and try to prove the conjecture
- Possibly adjust offsets
- Read through the OEIS guidelines
oeis.org
If you are into bit-twiddling, this one is pretty neat and probably provable:
A292531
a(n) = 0 if n is a power of 2. Otherwise, product of 2 numbers nearest n that have more 2's in their prime factorization than n.
Is a(n)=and(n²-1, n²) ?
So far, the majority of the ~2k posted conjectures are for OEIS entries without a formula field. There are approximately 22k more of this type queued up, but it appears that the bot has been suspended by twitter's new policy... I will resort to some manual postings until fixed.
Coordination sequence Gal.6.625.4 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. oeis.org/A314194
Is a(n)=abs(A008592(n)-A314752(n))?
sequencedb.net/?s=A314194
Coordination sequence Gal.5.120.5 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings. oeis.org/A316003
Is a(n)=A316002(n)+A316019(n)-A316049(n)?
sequencedb.net/?s=A316003
Numbers such that the greatest prime divisor is less than the product of the other distinct prime divisors. oeis.org/A212666
Is a(n)=lt[rad(n+1), A051119(A007947(n+1))²]+1?
sequencedb.net/?s=A212666
Number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 126", based on the 5-celled von Neumann neighborhood. oeis.org/A270214
Is a(n)=A270216(n-1)+a(n-1)?
sequencedb.net/?s=A270214