Is there any easy way to do calculations with sequences from OEIS online? For example I would like to input something like:
(A007620(n+1) / 2 ) + A000027(n)
and then get something like
4, 8, 12, 14, 17, 20, ...
I tried Wolfram Alpha which can access the sequences but I did not find any way to calculate with them there.