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!)
A246854 Numbers n such that sigma(n+4) - sigma(n) = n + 4. 4
1, 4, 26, 122, 146, 458, 746, 3746, 47612, 16065500, 388978292, 5313509288, 64278616556 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers n such that A001065(n+4) = A000203(n). - Michel Marcus, Sep 06 2014
a(14) (if it exists) > 10^11. - Hiroaki Yamanouchi, Sep 10 2014
a(14) (if it exists) > 10^13. - Giovanni Resta, Jul 13 2015
LINKS
EXAMPLE
Number 26 is in sequence because sigma(26+4) - sigma(26) = 72 - 42 = 30 = 26 + 4.
PROG
(Magma) [n:n in[1..10^7] | SumOfDivisors(n+4)-SumOfDivisors(n) eq n+4]
(PARI)
for(n=1, 10^7, if(sigma(n+4)-sigma(n)==n+4, print1(n, ", "))) \\ Derek Orr, Sep 05 2014
CROSSREFS
Sequence in context: A267675 A140804 A147621 * A267847 A211166 A245460
KEYWORD
nonn,more
AUTHOR
Jaroslav Krizek, Sep 05 2014
EXTENSIONS
a(10)-a(13) from Hiroaki Yamanouchi, Sep 10 2014
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 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)