cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A224840 Divisor sum of the arithmetic function A085945(n).

Original entry on oeis.org

1, 3, 6, 14, 27, 61, 117, 250, 494, 1012, 2007, 4088, 8112, 16357, 32635, 65493, 130779, 262115, 523710, 1048502, 2096110, 4194124, 8386419, 16777182, 33550085, 67108507, 134209495, 268434899, 536853987, 1073741664, 2147449815, 4294966187, 8589868975, 17179866799
Offset: 1

Views

Author

Prapanpong Pongsriiam, Sep 18 2013

Keywords

Comments

Also the number of subsets A of {1, 2, 3, ..., n} such that gcd(A) divides n.

Crossrefs

Cf. A038199, A027375, Divisor sums of A085945.

Programs

Formula

a(n) = sum{d | n} sum_{k <= d} mu(k)*(2^floor(n/k) - 1) where mu is the Moebius function.

Extensions

a(19)-a(34) from Charles R Greathouse IV, Sep 19 2013