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

A255507
First differences of A255437.
2
1, 1, -2, 2, 2, 1, 1, 1, -7, 2, 2, 5, 1, 1, 1, 1, 1, -14, 2, 2, 2, 10, 1, 1, 1, 1, 1, 1, 1, -23, 2, 2, 2, 2, 17, 1, 1, 1, 1, 1, 1, 1, 1, 1, -34, 2, 2, 2, 2, 2, 26, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, -47, 2, 2, 2, 2, 2, 2, 37, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
OFFSET
1,3
LINKS
PROG
(Haskell)
a255507 n = a255507_list !! (n-1)
a255507_list = zipWith (-) (tail a255437_list) a255437_list
CROSSREFS
Sequence in context: A139755 A213366 A212648 * A195052 A104637 A188795
KEYWORD
sign
AUTHOR
Reinhard Zumkeller, Mar 23 2015
STATUS
approved