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!)
A348933 Numbers k congruent to 1 or 5 mod 6, for which A348930(k^2) < k^2. 4
7, 13, 19, 31, 35, 37, 43, 61, 65, 67, 73, 77, 79, 91, 95, 97, 103, 109, 119, 127, 133, 139, 143, 151, 155, 157, 161, 163, 175, 181, 185, 193, 199, 203, 209, 211, 215, 217, 221, 223, 229, 241, 247, 259, 271, 277, 283, 287, 299, 301, 305, 307, 313, 323, 325, 329, 331, 335, 337, 341, 349, 365, 367, 371, 373, 377, 379 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Any hypothetical odd term y of A005820 must by necessity be a square. If y is also a nonmultiple of 3, then the square root x = A000196(y) of such a number y must satisfy the condition that for all nontrivial unitary divisor pairs d and x/d [with gcd(d,x/d) = 1, 1 < d < x], the other divisor should reside in this sequence, and the other divisor in A348934. The explanation is similar to the one given in A348738. See also comments in A348935.
LINKS
MATHEMATICA
s[n_] := n / 3^IntegerExponent[n, 3]; Select[Range[400], MemberQ[{1, 5}, Mod[#, 6]] && s[DivisorSigma[1, #^2]] < #^2 &] (* Amiram Eldar, Nov 04 2021 *)
PROG
(PARI)
A038502(n) = (n/3^valuation(n, 3));
A348930(n) = A038502(sigma(n));
isA348933(n) = ((n%2)&&(n%3)&&(A348930(n^2)<(n^2)));
CROSSREFS
Sequence in context: A287217 A101324 A216830 * A167462 A357277 A088513
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 04 2021
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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)