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!)
A232702 Sigma(2*m)/m for m such that sigma(2*m) is divisible by m (these m are in A227302). 1
3, 4, 5, 4, 6, 4, 6, 7, 7, 4, 7, 8, 8, 6, 8, 9, 9, 7, 8, 4, 8, 5, 8, 7, 6, 8, 6, 9, 4, 5, 10, 7, 10, 8, 6, 7, 9, 8, 4, 8, 9, 8, 10, 8, 10, 11, 10, 8, 10, 10, 9, 8, 8, 9 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) for(n=1, 10^8, s=sigma(2*n); if(s%n==0, print1(s/n, ", "))) \\ Ralf Stephan, Nov 30 2013
CROSSREFS
Sequence in context: A094634 A114545 A309704 * A325272 A178698 A225072
KEYWORD
nonn,more,less
AUTHOR
Alex Ratushnyak, Nov 28 2013
EXTENSIONS
a(30)-a(54) from Jinyuan Wang, Mar 03 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 September 1 05:33 EDT 2024. Contains 375575 sequences. (Running on oeis4.)