OFFSET
1,5
COMMENTS
The graph of the sequence exhibits a kind of symmetry around the X-axis.
LINKS
Paul Tek, Table of n, a(n) for n = 1..20000
PROG
(Haskell)
a262604 n = a262604_list !! (n-1)
a262604_list = zipWith (-) (tail a252022_list) a252022_list
-- Reinhard Zumkeller, Sep 27 2015
CROSSREFS
KEYWORD
AUTHOR
Paul Tek, Sep 26 2015
STATUS
approved