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!)
A260420 Numbers n such that sigma(n+1) - sigma(n-1) = n+1. 2
2, 3, 23, 14927, 31049, 69107, 246263, 5860169, 307164671, 881198663, 1489455647, 2386555631, 8225563703, 14311679063, 111494234183, 154357775303, 299004519623, 870455062823, 970388922263, 991817878343, 1677028870823, 1782783762503, 1830446935223 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Proposed by Jaroslav Krizek in A260071.
Also: numbers n such that A001065(n+1) = A000203(n-1).
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..33 (terms < 10^13)
FORMULA
a(n) = A246852(n) + 1.
MATHEMATICA
Select[Range@ 1000000, DivisorSigma[1, # + 1] - DivisorSigma[1, # - 1] == # + 1 &] (* Michael De Vlieger, Jul 25 2015 *)
PROG
(PARI) for(n=2, 1e9, sigma(n+1)-sigma(n-1)==n+1&&print1(n", "))
(Magma) [n: n in [2..5*10^6] | DivisorSigma(1, n+1) - DivisorSigma(1, n-1) eq n+1]; // Vincenzo Librandi, Jul 26 2015
CROSSREFS
Sequence in context: A360225 A238265 A203015 * A241661 A260071 A115031
KEYWORD
nonn
AUTHOR
M. F. Hasler, Jul 25 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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)