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!)
A336457 a(n) = A065330(sigma(n)), where A065330 is fully multiplicative with a(2) = a(3) = 1, and a(p) = p for primes p > 3. 4
1, 1, 1, 7, 1, 1, 1, 5, 13, 1, 1, 7, 7, 1, 1, 31, 1, 13, 5, 7, 1, 1, 1, 5, 31, 7, 5, 7, 5, 1, 1, 7, 1, 1, 1, 91, 19, 5, 7, 5, 7, 1, 11, 7, 13, 1, 1, 31, 19, 31, 1, 49, 1, 5, 1, 5, 5, 5, 5, 7, 31, 1, 13, 127, 7, 1, 17, 7, 1, 1, 1, 65, 37, 19, 31, 35, 1, 7, 5, 31, 121, 7, 7, 7, 1, 11, 5, 5, 5, 13, 7, 7, 1, 1, 5, 7, 49 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Sequence removes prime factors 2 and 3 from the prime factorization of the sum of divisors of n.
LINKS
FORMULA
a(n) = A065330(A000203(n)) = A038502(A161942(n)).
Multiplicative with a(p^e) = A065330(1 + p + p^2 + ... + p^e).
MATHEMATICA
Array[Times @@ Map[#1^#2 & @@ # &, DeleteCases[FactorInteger[DivisorSigma[1, #]], _?(First@ # <= 3 &)]] &, 97] (* Michael De Vlieger, Jul 24 2020 *)
PROG
(PARI)
A065330(n) = (n>>valuation(n, 2)/3^valuation(n, 3));
A336457(n) = A065330(sigma(n));
CROSSREFS
Cf. also A336455.
Sequence in context: A348985 A348504 A344696 * A271498 A365332 A367483
KEYWORD
nonn,mult
AUTHOR
Antti Karttunen, Jul 24 2020
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 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)