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.

A086733 Convolution of sigma(n) with phi(n).

Original entry on oeis.org

1, 4, 9, 19, 31, 54, 74, 117, 148, 217, 252, 366, 408, 562, 612, 833, 853, 1171, 1203, 1566, 1606, 2104, 2030, 2718, 2655, 3347, 3332, 4262, 3954, 5226, 4984, 6161, 5971, 7566, 6874, 8961, 8361, 10194, 9732, 12210, 10912, 14122, 13012, 15654, 14858, 18494
Offset: 1

Views

Author

Jon Perry, Jul 29 2003

Keywords

Comments

Convolution of A340793 and the nonzero terms of A002088. - Omar E. Pol, Feb 17 2021

Crossrefs

Programs

  • Mathematica
    Table[ListConvolve[DivisorSigma[1,Range[n]],EulerPhi[Range[n]]],{n,50}]// Flatten (* Harvey P. Dale, Jul 18 2021 *)