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!)
A175149 A positive integer n is included if (d(n),d(n+1),d(n+2)) is a permutation of three integers in arithmetic progression, where d(n) = the number of divisors of n. 1
4, 7, 9, 10, 12, 19, 27, 31, 33, 45, 51, 61, 67, 68, 73, 76, 85, 93, 114, 141, 153, 154, 162, 164, 174, 186, 187, 190, 201, 208, 211, 213, 217, 220, 230, 236, 242, 243, 245, 258, 261, 266, 267, 273, 277, 290, 291, 294, 301, 308, 337, 342, 354, 355, 356, 364, 367 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
d(10) = 4, d(11) = 2, and d(12) = 6. Now, (4,2,6) is a permutation of (2,4,6), which are three integers in arithmetic progression because 4-2 = 6-4. So 10 is included in the sequence.
MATHEMATICA
Position[Partition[DivisorSigma[0, Range[400]], 3, 1], _?(Length[Union[ Differences[ Sort[#]]]]==1&), 1, Heads->False]//Flatten (* Harvey P. Dale, Dec 09 2017 *)
CROSSREFS
Cf. A000005.
Sequence in context: A287678 A335229 A310939 * A153053 A045752 A266410
KEYWORD
nonn
AUTHOR
Leroy Quet, Feb 24 2010
EXTENSIONS
Extended by Ray Chandler, Mar 03 2010
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 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)