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!)
A168130 Numbers Sum_(j=1..k) sigma(j) when Sum_(j=1..k) sigma(j) / sigma(k) is an integer. 3
1, 8, 690, 109668, 1235133, 5475784320, 6118230000, 28361961000, 279467858880, 107135567314230, 227917248343616414016, 79758963630439261338240, 413838290195487519174516, 638755027963568013738240 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers A024916(k) when A024916(k) / A000203(k) is an integer.
Corresponding values of k, sigma(k), and Sum_(j=1..k) sigma(j)/sigma(k) are given in A168127, A168129, and A168128. - Jaroslav Krizek, Nov 21 2009
LINKS
FORMULA
a(n) = A024916(A168127(n)). - Michel Marcus, Feb 22 2020
EXAMPLE
a(3)= 690 = A024916(29) because A024916(29) / A000203(29) = 690 / 30 = 23 is an integer, where 29 is A168127(3).
PROG
(PARI) m=0; for(k=1, 11413204, s=sigma(k); m=m+s; if(m%s==0, print1(m ", "))) \\ Donovan Johnson, Oct 16 2013
CROSSREFS
Sequence in context: A343191 A202910 A332168 * A270871 A037076 A116245
KEYWORD
nonn,more
AUTHOR
Jaroslav Krizek, Nov 18 2009, Dec 04 2009
EXTENSIONS
a(8)-a(10) from Donovan Johnson, Oct 16 2013
a(11)-a(14) from Giovanni Resta, Jun 06 2016
Name edited by Michel Marcus, Feb 22 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 25 09:18 EDT 2024. Contains 371967 sequences. (Running on oeis4.)