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!)
A348934 Numbers k congruent to 1 or 5 mod 6, for which A348930(k^2) > k^2. 2
5, 11, 17, 23, 25, 29, 41, 47, 49, 53, 55, 59, 71, 83, 85, 89, 101, 107, 113, 115, 121, 125, 131, 137, 145, 149, 167, 169, 173, 179, 187, 191, 197, 205, 227, 233, 235, 239, 245, 251, 253, 257, 263, 265, 269, 275, 281, 289, 293, 295, 311, 317, 319, 343, 347, 353, 355, 359, 361, 383, 389, 391, 401, 415, 419, 425, 431 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See comments in A348933.
LINKS
MATHEMATICA
s[n_] := n / 3^IntegerExponent[n, 3]; Select[Range[450], 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));
isA348934(n) = ((n%2)&&(n%3)&&(A348930(n^2)>(n^2)));
CROSSREFS
Sequence in context: A123083 A285127 A157847 * A259548 A341449 A314228
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 02:28 EDT 2024. Contains 371917 sequences. (Running on oeis4.)