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!)
A172321 Duplicate of A154689. 0
5, 7, 10, 13, 14, 18, 19, 26, 31, 38, 39, 43, 50, 55, 61, 62, 69, 72, 73, 78, 84, 86, 91, 95, 96, 98, 103, 108, 109, 110, 115, 119, 122, 123, 129, 133, 136, 138, 139, 145, 146, 151, 153, 159, 181, 182, 187, 190, 193, 199, 205 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Numbers n such that d(n)=d(n-d(n)).
LINKS
MATHEMATICA
sndQ[n_]:=Module[{dn=DivisorSigma[0, n]}, dn==DivisorSigma[0, n-dn]]; Select[ Range[250], sndQ] (* Harvey P. Dale, Mar 05 2014 *)
PROG
(PARI) for(n=3, 1000, if(numdiv(n)==numdiv(n-numdiv(n)), print1(n, ", ")))
CROSSREFS
Sequence in context: A218852 A028810 A097700 * A154689 A175766 A243187
KEYWORD
dead
AUTHOR
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 May 28 05:47 EDT 2024. Contains 372902 sequences. (Running on oeis4.)