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.

A193072 Odd numbers N for which numerator(sigma(N^2)/N^2) is prime but sigma(N^2) is composite.

Original entry on oeis.org

39, 507, 2379, 6591, 13167, 29511, 148955, 1672209, 8852259, 212370543, 1929229929
Offset: 1

Views

Author

M. F. Hasler, Jul 15 2011

Keywords

Comments

a(12) > 10^10. - Lucas A. Brown, Apr 12 2021

Crossrefs

Intersection of A193066 and A193071.

Programs

  • PARI
    forstep(N=1, 1e7, 2, isprime(numerator(sigma(N^2)/N^2)) && !isprime(sigma(N^2)) && print1(N", "))

Extensions

a(8)-a(10) from Donovan Johnson, Sep 19 2011
a(11) from Lucas A. Brown, Apr 12 2021
Showing 1-1 of 1 results.