A264893 First differences of A155043.
1, 0, 1, 0, 1, -1, 2, -1, 0, 0, 1, -1, 2, -1, 1, 0, 1, -2, 3, -2, 2, -2, 3, -2, 0, 0, 3, -3, 4, -4, 5, -4, 4, -4, 5, -2, 3, -5, 5, -5, 6, -6, 7, -6, 5, -5, 6, -6, 1, 0, 6, -6, 7, -7, 7, -7, 8, -7, 8, -9, 10, -8, 7, 0, 2, -9, 10, -9, 9, -9, 10, -12, 13, -10
Offset: 0
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 0..10000
Programs
-
Haskell
a264893 n = a264893_list !! n a264893_list = zipWith (-) (tail a155043_list) a155043_list
Comments