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.

A015770 Numbers k such that phi(k) divides sigma_12(k).

Original entry on oeis.org

1, 2, 3, 6, 249, 498, 118578, 99295058, 297885174, 4005374907
Offset: 1

Views

Author

Keywords

Comments

sigma_12(n) = A013960(n) is the sum of the 12th powers of the divisors of n.
sigma(24j+12,x)/phi(x) is an integer for j in the range 0, ..., 500 for x = 1, 2, 3, 6, 249, 498, 118578 and supposed to hold for possible larger terms of A015770 and all j. Compare with comments to A015759, A091285, A015762. - Labos Elemer, May 27 2004
a(11) > 5*10^9. - Giovanni Resta, Aug 22 2017
All known terms of A015762 (and also of this sequence) are squarefree. In that case, sigma_12(x)/sigma_4(x) = Product_{primes p|x} (p^8 - p^4 + 1) is an integer, so x is also in this sequence. - M. F. Hasler, Aug 22 2017

Crossrefs

Programs

  • Mathematica
    Select[Range[1200000],Divisible[DivisorSigma[12,#],EulerPhi[#]]&] (* Harvey P. Dale, Dec 04 2015 *)

Extensions

Corrected by Harvey P. Dale, Dec 04 2015
Offset corrected by and a(8)-a(10) from Giovanni Resta, Aug 22 2017