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.

A134672 Inverse Mobius transform of the superabundant numbers, A051731 * A004394.

Original entry on oeis.org

1, 3, 5, 9, 13, 31, 37, 57, 65, 135, 181, 277, 361, 759, 857, 1317, 1681, 2611, 5041, 10221, 15161, 25383, 27721, 55765, 110893, 166683, 277265, 333405, 554401, 666283, 720721, 1442757, 2162345, 3605283, 4324369, 7210057, 8648641, 10815843, 21621965, 36766989
Offset: 1

Views

Author

Gary W. Adamson, Nov 05 2007

Keywords

Examples

			a(4) = 9 = (1, 1, 0, 1) dot (1, 2, 4, 6) = (1 + 2 + 0 + 6), where (1, 1, 0, 1) = row four of A051731.
		

Crossrefs

Programs

  • Mathematica
    sa={}; rm=0; Do[r=DivisorSigma[1,n]/n; If[r>rm, rm=r;AppendTo[sa, n]], {n, 1, 120000}]; s={}; Do[AppendTo[s, DivisorSum[j, sa[[#]]&]], {j, 1, Length[sa]}]; s (* Amiram Eldar, Jun 28 2019 *)

Formula

Inverse Mobius transform of A004394

Extensions

More terms from Amiram Eldar, Jun 28 2019