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!)
A348931 Numbers k congruent to 1 or 5 mod 6, for which A348930(k) < k. 5
5, 11, 17, 23, 29, 35, 41, 47, 49, 53, 55, 59, 65, 71, 77, 83, 85, 89, 95, 101, 107, 113, 115, 119, 125, 131, 137, 143, 145, 149, 155, 161, 167, 169, 173, 179, 185, 187, 191, 197, 203, 205, 209, 215, 221, 227, 233, 235, 239, 245, 251, 253, 257, 263, 265, 269, 275, 281, 287, 293, 295, 299, 305, 311, 317, 319, 323 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See comments in A348930.
LINKS
MATHEMATICA
s[n_] := n / 3^IntegerExponent[n, 3]; Select[Range[350], MemberQ[{1, 5}, Mod[#, 6]] && s[DivisorSigma[1, #]] < # &] (* Amiram Eldar, Nov 04 2021 *)
PROG
(PARI)
A038502(n) = (n/3^valuation(n, 3));
A348930(n) = A038502(sigma(n));
isA348931(n) = ((n%2)&&(n%3)&&(A348930(n)<n));
CROSSREFS
Cf. also A348741, A348753.
Sequence in context: A172332 A314250 A105644 * A314251 A314252 A314253
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 19 07:33 EDT 2024. Contains 371782 sequences. (Running on oeis4.)