A099899 Multiplies by 4 and shifts right under the XOR BINOMIAL transform (A099898).
1, 5, 21, 69, 277, 1349, 5141, 16453, 65813, 329029, 1381397, 4538437, 18088213, 88081733, 335549461, 1073758277, 4295033109, 21475165509, 90195694613, 296357281861, 1189724029205, 5793998964037, 22080762418197, 70666170679365
Offset: 0
Keywords
Programs
-
PARI
{a(n)=local(B);B=0;for(k=0,n,B=bitxor(B,binomial(n-k+k\2,k\2)%2*4^k));B}
Comments