The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A227240 Numbers n such that sigma(n) divides sigma(2*n) and sigma(2*n + 1). 1
1, 3, 5, 7, 11, 23, 29, 41, 53, 77, 83, 89, 103, 113, 131, 143, 173, 179, 191, 233, 239, 251, 281, 293, 359, 419, 431, 443, 491, 509, 533, 593, 641, 653, 659, 667, 683, 719, 743, 761, 807, 809, 817, 911, 953, 1013, 1019, 1031, 1049, 1073, 1103, 1223, 1229, 1289, 1409 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers such that 2*n and/or 2*n + 1 is also in the sequence: 1, 3, 5, 11, 41, 89, 179, 359, 509, 719, 743, ... (Cf. A007700).
LINKS
MATHEMATICA
Select[Range[1000], IntegerQ[DivisorSigma[1, 2#]/DivisorSigma[1, #]] && IntegerQ[DivisorSigma[1, 2# + 1]/DivisorSigma[1, #]] &] (* Alonso del Arte, Jul 15 2013 *)
Select[Range[1500], And@@Divisible[{DivisorSigma[1, 2#], DivisorSigma[1, 2#+1]}, DivisorSigma[1, #]]&] (* Harvey P. Dale, Feb 25 2016 *)
PROG
(PARI) isok(n) = my(sn=sigma(n)); !(sigma(2*n) % sn) && !(sigma(2*n+1) % sn); \\ Michel Marcus, Oct 02 2017
CROSSREFS
Sequence in context: A130759 A325155 A038890 * A360567 A226017 A303705
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Jul 03 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 June 4 03:29 EDT 2024. Contains 373089 sequences. (Running on oeis4.)