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”).

A325733
First term of n-th difference sequence of (floor(k*r)), r = 1/2 + sqrt(2), k >= 0.
2
1, 1, -1, 1, -1, 1, -1, 1, -1, 1, -1, 0, 11, -77, 363, -1364, 4367, -12375, 31823, -75581, 167959, -352715, 705431, -1352078, 2496167, -4457699, 7728759, -13055444, 21572459, -35072309, 56663099, -92561039, 157073279, -286097759, 572195518, -1251677664
OFFSET
1,13
LINKS
MATHEMATICA
Table[First[Differences[Table[Floor[(1/2+Sqrt[2])*n], {n, 0, 50}], n]], {n, 1, 50}]
CROSSREFS
Cf. A325664. Inverse binomial transform of A137803.
Sequence in context: A305727 A218395 A208599 * A059625 A355053 A023010
KEYWORD
easy,sign
AUTHOR
Clark Kimberling, May 20 2019
STATUS
approved