A134188 a(0)=1. a(n) = the sum of the terms of the sequence (from among terms a(0) through a(n-1)) which equal any "non-isolated divisors" of (2n). A divisor, k, of n is non-isolated if (k-1) or (k+1) also divides n.
1, 1, 2, 4, 4, 4, 16, 4, 4, 4, 28, 4, 32, 4, 4, 4, 4, 4, 52, 4, 56, 4, 4, 4, 68, 4, 4, 4, 4, 4, 88, 4, 4, 4, 4, 4, 108, 4, 4, 4, 120, 4, 124, 4, 4, 4, 4, 4, 144, 4, 148, 4, 4, 4, 160, 4, 4, 4, 4, 4, 180, 4, 4, 4, 4, 4, 200, 4, 4, 4, 212, 4, 216, 4, 4, 4, 4, 4, 236, 4, 240, 4, 4, 4, 252, 4, 4, 4
Offset: 0
Keywords
Examples
The positive divisors of 2*12=24 are 1,2,3,4,6,8,12,24. Of these, 1,2,3,4 are the non-isolated divisors of 24. There are 2 terms among the earlier terms of the sequence that equal 1, 1 term that equals 2, 0 terms that equal 3 and 7 terms that equal 4. So a(12) = 2*1 +1*2 + 0*3 +7*4 = 32.
Crossrefs
Cf. A134187.
Extensions
Extended by Ray Chandler, Jun 25 2008