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!)
A286837 Numbers n such that usigma(n) = usigma(2*n+1) where usigma(n) = A034448(n). 1
1386, 6790, 8130, 18618, 21378, 27654, 38874, 60030, 64020, 71058, 89178, 92130, 97014, 117114, 118902, 180438, 182226, 224058, 247044, 396078, 495114, 510906, 528510, 723486, 855966, 979098, 1007562, 1012380, 1032360, 1141194, 1302906, 1410294 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
46495995 = 3*5*7*13*23*1481 is the smallest odd term of this sequence.
LINKS
MATHEMATICA
usigma[1] = 1; usigma[n_] := Times @@ (1 + Power @@@ FactorInteger[n]); Select[Range[10^5], usigma[#] == usigma[2#+1] &] (* Amiram Eldar, Aug 04 2019 *)
PROG
(PARI) a034448(n) = sumdivmult(n, d, if(gcd(d, n/d)==1, d));
isok(n) = a034448(n)==a034448(2*n+1); \\ after Charles R Greathouse IV at A034448
CROSSREFS
Sequence in context: A212222 A045103 A175695 * A023090 A236823 A092721
KEYWORD
nonn
AUTHOR
Altug Alkan, Aug 01 2017
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 29 17:08 EDT 2024. Contains 373855 sequences. (Running on oeis4.)