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!)
A243915 a(n) = sigma(omega(n)). 1
1, 1, 1, 1, 3, 1, 1, 1, 3, 1, 3, 1, 3, 3, 1, 1, 3, 1, 3, 3, 3, 1, 3, 1, 3, 1, 3, 1, 4, 1, 1, 3, 3, 3, 3, 1, 3, 3, 3, 1, 4, 1, 3, 3, 3, 1, 3, 1, 3, 3, 3, 1, 3, 3, 3, 3, 3, 1, 4, 1, 3, 3, 1, 3, 4, 1, 3, 3, 4, 1, 3, 1, 3, 3, 3, 3, 4, 1, 3, 1, 3, 1, 4, 3, 3, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,5
COMMENTS
If n is the product of k distinct primes, then a(n) = sigma(k).
Records occur at n = 2, 6, 30, 210, 30030, ... . - R. J. Mathar, Jun 18 2014
If n = p^k where p is prime and k is a positive integer, a(p^k) = sigma(omega(p^k)) = sigma(1) = 1. - Wesley Ivan Hurt, May 21 2021
LINKS
FORMULA
a(n) = sigma(omega(n)) = A000203(A001221(n)).
MAPLE
with(numtheory):
A243915 := proc(n)
sigma(nops(factorset(n))) ;
end proc:
seq(A243915(n), n=2..100); # R. J. Mathar, Jun 18 2014
MATHEMATICA
Table[DivisorSigma[1, PrimeNu[n]], {n, 2, 100}]
PROG
(PARI) for(n=2, 50, print1(sigma(omega(n)), ", ")) \\ G. C. Greubel, May 17 2017
CROSSREFS
Sequence in context: A342671 A132468 A353235 * A367482 A367095 A309307
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Jun 14 2014
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 16 14:46 EDT 2024. Contains 371749 sequences. (Running on oeis4.)