OFFSET
0,3
LINKS
Antti Karttunen, Table of n, a(n) for n = 0..1023
PROG
(Scheme)
(define A268721 (CONVOLVE 1 A006068 A006068)) ;; This version requires Antti Karttunen's IntSeq-library.
;; More stand-alone version:
(define (add intfun lowlim uplim) (let sumloop ((i lowlim) (res 0)) (cond ((> i uplim) res) (else (sumloop (1+ i) (+ res (intfun i)))))))
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Feb 13 2016
STATUS
approved