login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A171665 Numbers n such that n and n+1 have same number of divisors, and that number of divisors is larger than 4. 2
44, 75, 98, 104, 116, 135, 147, 171, 189, 230, 231, 242, 243, 244, 285, 296, 332, 344, 374, 375, 387, 429, 434, 507, 548, 603, 604, 609, 645, 663, 664, 724, 735, 741, 776, 782, 805, 819, 844, 874, 902, 903, 908, 931, 963, 969, 986, 1001, 1015, 1022, 1029 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[n_]:=Length[Divisors[n]]; lst={}; Do[If[f[n]==f[n+1]&&f[n]>4, AppendTo[lst, n]], {n, 7!}]; lst
Position[Partition[DivisorSigma[0, Range[1100]], 2, 1], _?(#[[1]] == #[[2]]> 4&), {1}, Heads->False]//Flatten (* Harvey P. Dale, Sep 30 2016 *)
CROSSREFS
Sequence in context: A250329 A242515 A156812 * A348098 A348076 A348345
KEYWORD
nonn
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 December 5 05:37 EST 2023. Contains 367575 sequences. (Running on oeis4.)