A219609 Half of first differences of A219608.
1, 2, 1, 3, 2, 3, 3, 1, 3, 6, 3, 3, 2, 3, 3, 9, 3, 6, 3, 3, 1, 3, 6, 3, 3, 18, 3, 3, 9, 3, 6, 3, 3, 2, 3, 3, 9, 3, 6, 3, 3, 33, 3, 6, 3, 3, 18, 3, 3, 9, 3, 6, 3, 3, 1, 3, 6, 3, 3, 18, 3, 3, 9, 3, 6, 3, 3, 66, 3, 3, 9, 3, 6, 3, 3, 33, 3, 6, 3, 3, 18, 3, 3, 9
Offset: 1
Keywords
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 1..10000
Programs
-
Haskell
a219609 n = a219609_list !! (n-1) a219609_list = map (`div` 2) $ zipWith (-) (tail a219608_list) a219608_list
Comments