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!)
A246852 Numbers n such that sigma(n+2) - sigma(n) = n + 2. 7
1, 2, 22, 14926, 31048, 69106, 246262, 5860168, 307164670, 881198662, 1489455646, 2386555630, 8225563702, 14311679062, 111494234182, 154357775302, 299004519622, 870455062822, 970388922262, 991817878342, 1677028870822, 1782783762502, 1830446935222 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers n such that A001065(n+2) = A000203(n). - Michel Marcus, Sep 06 2014
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..33 (terms < 10^13)
EXAMPLE
Number 22 is in sequence because sigma(22+2) - sigma(22) = 60 - 36 = 24 = 22 + 2.
PROG
(Magma) [n:n in[1..10^7] | SumOfDivisors(n+2)-SumOfDivisors(n) eq n+2]
(PARI)
for(n=1, 10^7, if(sigma(n+2)-sigma(n)==n+2, print1(n, ", "))) \\ Derek Orr, Sep 05 2014
CROSSREFS
Sequence in context: A261400 A113930 A181235 * A060601 A053952 A343263
KEYWORD
nonn
AUTHOR
Jaroslav Krizek, Sep 05 2014
EXTENSIONS
a(9)-a(14) from Hiroaki Yamanouchi, Sep 10 2014
a(15)-a(23) from Giovanni Resta, Jul 13 2015
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 19 04:35 EDT 2024. Contains 371782 sequences. (Running on oeis4.)