login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A283982
a(0) = 0, and for n > 0, a(n) = A070939(n) - A280700(n).
2
0, 0, 0, 1, 0, 2, 1, 0, 0, 3, 2, 1, 1, 0, 1, 1, 0, 4, 3, 2, 2, 1, 2, 2, 1, 0, 2, 2, 1, 1, 2, 1, 0, 5, 4, 3, 3, 2, 3, 3, 2, 1, 3, 3, 2, 2, 3, 2, 1, 0, 3, 3, 2, 2, 3, 2, 1, 1, 3, 2, 2, 1, 0, 2, 0, 6, 5, 4, 4, 3, 4, 4, 3, 2, 4, 4, 3, 3, 4, 3, 2, 1, 4, 4, 3, 3, 4, 3, 2, 2, 4, 3, 3, 2, 1, 3, 1, 0, 4, 4, 3, 3, 4, 3, 2, 2, 4, 3, 3, 2, 1, 3, 1, 1, 4, 3, 3, 2, 1, 3, 2
OFFSET
0,6
LINKS
FORMULA
a(0) = 0, for n > 0, a(n) = A070939(n) - A280700(n).
a(n) = A283981(n) - A124757(n).
PROG
(Scheme) (define (A283982 n) (if (zero? n) n (- (A070939 n) (A280700 n))))
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 19 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 22 18:47 EDT 2024. Contains 376138 sequences. (Running on oeis4.)