A136428 First differences of A064770.
1, 0, 0, 1, 0, 0, 0, 0, 1, 7, 1, 0, 0, 1, 0, 0, 0, 0, 1, -3, 1, 0, 0, 1, 0, 0, 0, 0, 1, -3, 1, 0, 0, 1, 0, 0, 0, 0, 1, 7, 1, 0, 0, 1, 0, 0, 0, 0, 1, -3, 1, 0, 0, 1, 0, 0, 0, 0, 1, -3, 1, 0, 0, 1, 0, 0, 0, 0, 1, -3, 1, 0, 0, 1, 0, 0, 0, 0, 1, -3, 1, 0, 0, 1, 0, 0, 0, 0, 1, 7, 1, 0, 0, 1, 0, 0, 0, 0, 1, 67, 1, 0, 0, 1, 0, 0, 0, 0, 1, 7, 1, 0, 0, 1, 0, 0, 0, 0, 1, -3, 1, 0, 0, 1, 0
Offset: 0
Keywords
Links
- Reinhard Zumkeller, Table of n, a(n) for n = 0..9999
Programs
-
Python
def A136428(n): return (f:=lambda m: int(''.join(map(lambda x:'0111222223'[int(x)], str(m)))))(n+1)-f(n) # Chai Wah Wu, Oct 19 2024
Comments