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!)
A222174 Numbers n such that sigma(n) + sigma(n-1) = 3n, where sigma(n) = sum of divisors of n (A000203). 0
6, 34, 50, 236, 262, 386, 898, 8362, 26938, 46594, 80876, 5244548, 5462384, 17062316, 323987588, 1162300834, 1381439876 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
34 is the only number < 10^10 such that sigma(n) + sigma(n+1) = sigma(n) + sigma(n-1) = 3n (34 is a term of A067806).
a(16) > 5*10^8. - Giovanni Resta, May 13 2013
a(18) > 10^10. - Donovan Johnson, May 13 2013
LINKS
MATHEMATICA
For[n=1, True, n++, If[DivisorSigma[1, n]+DivisorSigma[1, n-1]==3n, Print[n]]]
PROG
(PARI) is(n)=sigma(n)+sigma(n-1)==3*n \\ Charles R Greathouse IV, May 13 2013
CROSSREFS
Cf. A067806 (numbers n such that sigma(n) + sigma(n+1) = 3n), A000203.
Sequence in context: A283232 A190644 A011798 * A044464 A113528 A152528
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, May 13 2013
EXTENSIONS
a(12)-a(15) from Giovanni Resta, May 13 2013
a(16)-a(17) from Donovan Johnson, May 13 2013
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 July 18 18:59 EDT 2024. Contains 374388 sequences. (Running on oeis4.)