login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A348936
Numbers k congruent to 1 or 5 mod 6, for which A064989(A064989(sigma(k^2))) > A064989(A064989(k^2)), where A064989 shifts the prime factorization one step towards lower primes, and sigma is the sum of divisors function.
3
5, 7, 11, 13, 17, 25, 29, 35, 41, 49, 55, 59, 65, 71, 77, 85, 89, 91, 95, 101, 115, 119, 121, 125, 131, 143, 145, 155, 161, 167, 169, 173, 175, 185, 187, 203, 205, 209, 215, 221, 227, 235, 245, 253, 265, 275, 287, 289, 293, 295, 305, 319, 323, 325, 329, 343, 355, 361, 365, 377, 383, 385, 391, 413, 415, 425, 445, 451
OFFSET
1,1
COMMENTS
Square roots of squares present in A348754.
See comments in A348935.
MATHEMATICA
f[2, e_] := 1; f[p_, e_] := NextPrime[p, -1]^e; s[1] = 1; s[n_] := Times @@ f @@@ FactorInteger[n]; Select[Range[450], MemberQ[{1, 5}, Mod[#, 6]] && s[s[DivisorSigma[1, #^2]]] > s[s[#^2]] &] (* Amiram Eldar, Nov 04 2021 *)
PROG
(PARI)
A064989(n) = {my(f); f = factor(n); if((n>1 && f[1, 1]==2), f[1, 2] = 0); for (i=1, #f~, f[i, 1] = precprime(f[i, 1]-1)); factorback(f)};
isA348936(n) = ((n%2)&&(n%3)&&(A064989(A064989(sigma(n^2))) > A064989(A064989(n^2))));
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 04 2021
STATUS
approved

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy