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!)
A147569 a(n) = sigma(A020492(n)). 2
1, 3, 4, 12, 28, 24, 24, 72, 48, 96, 120, 144, 168, 192, 336, 480, 360, 576, 480, 720, 720, 576, 720, 1344, 1440, 1440, 1440, 1872, 1728, 1920, 1680, 2880, 2016, 1440, 2880, 2880, 2880, 3600, 5760, 4320, 5040, 7200, 6720, 7392, 8064, 8640, 8640, 5760, 5616 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (calculated from the b-file at A020492)
EXAMPLE
a(5) = sigma(A020492(5)) = sigma(12) = 28.
PROG
(Magma) [ SumOfDivisors(n): n in [1..3500] | SumOfDivisors(n) mod EulerPhi(n) eq 0 ]; // Klaus Brockhaus, Nov 09 2008
(PARI) {for(n=1, 3500, a=sigma(n); if(a%eulerphi(n)==0, print1(a, ", ")))} \\ Klaus Brockhaus, Nov 09 2008
CROSSREFS
Sequence in context: A330659 A000207 A002986 * A090660 A288140 A287594
KEYWORD
easy,nonn
AUTHOR
Enoch Haga, Nov 07 2008
EXTENSIONS
Edited by Klaus Brockhaus, Nov 09 2008
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 19:59 EDT 2024. Contains 371963 sequences. (Running on oeis4.)