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

A255878
First differences of A256188.
3
1, -1, 1, 2, 1, -4, 1, 1, 4, 1, 1, -8, 1, 1, 1, 7, 1, 1, 1, -13, 1, 1, 1, 1, 11, 1, 1, 1, 1, -19, 1, 1, 1, 1, 1, 16, 1, 1, 1, 1, 1, -26, 1, 1, 1, 1, 1, 1, 22, 1, 1, 1, 1, 1, 1, -34, 1, 1, 1, 1, 1, 1, 1, 29, 1, 1, 1, 1, 1, 1, 1, -43, 1, 1, 1, 1, 1, 1, 1, 1
OFFSET
1,4
LINKS
PROG
(Haskell)
a255878 n = a255878_list !! (n-1)
a255878_list = zipWith (-) (tail a256188_list) a256188_list
CROSSREFS
Sequence in context: A011130 A291854 A072918 * A162944 A140582 A062866
KEYWORD
sign
AUTHOR
Reinhard Zumkeller, Mar 26 2015
STATUS
approved