login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A325741
First term of n-th difference sequence of (floor(Pi*k/2)), k >= 0.
2
1, 1, -2, 4, -8, 16, -32, 64, -127, 246, -456, 792, -1254, 1716, -1716, 1, 6418, -24156, 67080, -162924, 364608, -767976, 1535953, -2922702, 5273624, -8934120, 13904190, -18874260, 18874260, 1, -71705866, 272491892, -763189064, 1865459352, -4190875872
OFFSET
1,3
LINKS
MATHEMATICA
Table[First[Differences[Table[Floor[(Pi/2)*n], {n, 0, 50}], n]], {n, 1, 50}]
CROSSREFS
Sequence in context: A258585 A235701 A054044 * A008859 A335247 A145113
KEYWORD
easy,sign
AUTHOR
Clark Kimberling, May 23 2019
STATUS
approved