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.

Showing 1-1 of 1 results.

A355707 Nonsquare numbers k such that tau(sigma(tau(k))) = sigma(tau(sigma(k))), where tau is A000005 and sigma is A000203.

Original entry on oeis.org

786432, 3500658, 41641938, 75031250, 121773618, 175781250, 408008178, 892531250, 1031215698
Offset: 1

Views

Author

Mohammed Yaseen, Jul 14 2022

Keywords

Comments

a(9) > 10^9.
From Jon E. Schoenfield, Jul 16 2022: (Start)
Additional terms < 10^12 (the lists below may not include all such terms):
- terms of the form 2*p^6*q^4, where p and q are distinct odd primes: 2610031250, 4984611858, 8745031250, 22102531250, 23178336818, 41404635378, 56789218098, 69194232018, 106837531250, 115908606338, 379290886578, 806279828978, 887445031250;
- terms of the form 2*p^10*q^2, where p and q are distinct odd primes: 5644531250, 32832031250, 67988281250, 98457031250, 154707031250, 199238281250, 335175781250, 544707031250, 584550781250. (End)

Crossrefs

Intersection of A000037 and A237613.

Programs

  • PARI
    isok(k) = !issquare(k) && (numdiv(sigma(numdiv(k))) == sigma(numdiv(sigma(k)))); \\ Michel Marcus, Jul 16 2022

Extensions

a(9) from Jon E. Schoenfield, Jul 16 2022
Showing 1-1 of 1 results.