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!)
A091289 Integer solutions x to sigma(x) + sigma(x+1) = 2*sigma(2x+1) where sigma = A000203. 2
215, 923, 944, 1715, 2379, 5355, 38429, 87584, 110483, 212795, 291039, 1016519, 1051644, 1198139, 2729979, 9380447, 9397674, 31476500, 31749948, 33146259, 33497064, 47004099, 50482278, 52026408, 54114528, 61571795, 79000679, 162914079, 190974539, 212196564, 277017455 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Do[s=(DivisorSigma[1, n]+DivisorSigma[1, n+1])/ DivisorSigma[1, 2*n+1]; If[Equal[s, 2], Print[n]], {n, 1, 10000000}]
PROG
(PARI) isok(n) = sigma(n) + sigma(n+1) == 2*sigma(2*n+1); \\ Michel Marcus, Jul 29 2017
CROSSREFS
Sequence in context: A259889 A362201 A137205 * A085754 A232252 A002239
KEYWORD
nonn
AUTHOR
Labos Elemer, Feb 16 2004
EXTENSIONS
a(16)-a(27) from Donovan Johnson, Jan 31 2009
a(28)-a(31) from Amiram Eldar, May 23 2022
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 23 15:04 EDT 2024. Contains 371914 sequences. (Running on oeis4.)