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!)
A291176 Numbers k such that s(k) = s(k-1) + s(k-2), where s(k) is the sum of proper divisors of k (A001065). 6
3, 8, 20, 146139, 584835, 44814015, 1436395095, 9988999095, 25997557299, 193861767939, 2105722150095, 3921293253003, 8234992646643 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(14) > 10^13. - Giovanni Resta, Feb 25 2020
LINKS
EXAMPLE
s(146139) = 76581 = 75802 + 779 = s(146138) + s(146137), therefore 146139 is in the sequence.
MATHEMATICA
s[n_]:=DivisorSigma[1, n]-n; Select[Range[10^6], s[#]==s[#-1]+s[#-2] &]
CROSSREFS
Sequence in context: A027320 A027319 A297973 * A066212 A171437 A075719
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Aug 19 2017
EXTENSIONS
a(7)-a(10) from Giovanni Resta, Aug 29 2017
a(11)-a(13) from Giovanni Resta, Feb 25 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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)