The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A247222 Numbers n such that n = gcd(n^2, sigma(n^2)). 3
1, 39, 793, 7137, 76921, 863577, 2076867, 4317885, 8329831, 23402223, 53695813, 55871145, 224905437, 243762649, 1449786951, 2631094837, 2781581517, 3606816823, 6105766123, 6605555983, 6838433189, 8771312043, 13907907585, 35225161895, 42580779709, 56541691089 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Previous name was: Numbers n such that numerator(sigma(n^2)/n^2)*denominator(sigma(n^2)/n^2) = sigma(n^2).
That is, numbers n, such that A249670(n^2) = A000203(n^2).
Appears to be a subsequence of A232354.
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..48 (terms < 10^12)
EXAMPLE
sigma(39^2)/39^2 = 61/39 = 2379 = sigma(39^2), so 39 is a term.
MATHEMATICA
Select[Range[10^6], GCD[#^2, DivisorSigma[1, #^2]] == # &] (* Giovanni Resta, Jun 10 2016 *)
PROG
(PARI) isok(n) = {ab = sigma(n^2)/n^2; numerator(ab)*denominator(ab) == sigma(n^2); }
(PARI) {isa(n) = if( n<1, 0, n == gcd(n^2, sigma(n^2)))}; /* Michael Somos, Nov 26 2014 */
CROSSREFS
Sequence in context: A069520 A232354 A232067 * A268983 A293918 A264458
KEYWORD
nonn
AUTHOR
Michel Marcus, Nov 26 2014
EXTENSIONS
New name after Michael Somos by Michel Marcus, Nov 27 2014
a(13)-a(14) from Michel Marcus, Nov 27 2014
a(15)-a(26) from Giovanni Resta, Jun 10 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 19:11 EDT 2024. Contains 372522 sequences. (Running on oeis4.)