login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060741 Number of divisors of 2n which are also differences between consecutive divisors of 2n (ordered by size). 6
1, 2, 2, 3, 2, 3, 2, 4, 3, 4, 2, 4, 2, 4, 4, 5, 2, 5, 2, 4, 4, 4, 2, 5, 3, 4, 4, 4, 2, 7, 2, 6, 4, 4, 3, 6, 2, 4, 4, 5, 2, 5, 2, 6, 6, 4, 2, 6, 3, 6, 4, 6, 2, 7, 4, 4, 4, 4, 2, 9, 2, 4, 5, 7, 4, 5, 2, 6, 4, 6, 2, 8, 2, 4, 6, 6, 2, 6, 2, 6, 5, 4, 2, 8, 4, 4, 4, 6, 2, 9, 2, 6, 4, 4, 4, 7, 2, 6, 6, 6, 2, 6, 2, 6, 8 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

For odd numbers the intersection is empty.

FORMULA

a(n) = A000005(2n) - A060764(2n).

EXAMPLE

For n=35, 2n=70; divisors={1,2,5,7,10,14,35,70}; differences={1,3,2,3,4,21,35}; intersection={1,2,35}, so a(35)=3.

MATHEMATICA

a[n_ ] := Length[Intersection[Drop[d=Divisors[2n], 1]-Drop[d, -1], d]]

CROSSREFS

Cf. A060742, A060764.

Sequence in context: A135615 A166469 A080226 * A125747 A060129 A173908

Adjacent sequences:  A060738 A060739 A060740 * A060742 A060743 A060744

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Apr 23 2001

EXTENSIONS

Edited by Dean Hickerson (dean.hickerson(AT)yahoo.com), Jan 22 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 12:25 EST 2012. Contains 205786 sequences.