OFFSET
1,3
COMMENTS
1 or 0 are assigned to increase or decrease in magnitude of a succession of terms in the first difference row of Zeta function heights, as recorded in A100060.
FORMULA
Use the binomial transform operation (bto) on A100060, i.e. (bto): [1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0, 1,
EXAMPLE
a(5) = 8 = 1*1 + 4*0 + 6*1 + 4*0 + 1*1.
MATHEMATICA
nmax = 40; A100060 = (Sign[Differences[Im[ZetaZero[Range[nmax+2]]], 2]] + 1)/2; Flatten[{1, Table[1 + Sum[Binomial[n, k]*A100060[[k]], {k, 1, n}], {n, 1, nmax}]}] (* Vaclav Kotesovec, Nov 28 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Gary W. Adamson, May 01 2005
EXTENSIONS
a(11) corrected by Vaclav Kotesovec, Nov 28 2017
More terms from Vaclav Kotesovec, Nov 28 2017
STATUS
approved