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

A325666
First term of n-th difference sequence of (floor(k*r)), r = sqrt(3), k >= 0.
3
1, 1, -1, 0, 3, -9, 19, -35, 63, -119, 239, -495, 1023, -2079, 4158, -8239, 16247, -31823, 61402, -115291, 207669, -352715, 550429, -748143, 748143, 1, -2848367, 10897033, -30955333, 77558760, -181129041, 404458737, -875889377, 1855921144, -3870685665
OFFSET
1,5
LINKS
MATHEMATICA
Table[First[Differences[Table[Floor[Sqrt[3]*n], {n, 0, 50}], n]], {n, 1, 50}]
CROSSREFS
Sequence in context: A058058 A348308 A062748 * A147174 A147158 A014540
KEYWORD
easy,sign
AUTHOR
Clark Kimberling, May 13 2019
STATUS
approved