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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060737 Number of distinct differences between consecutive divisors of n! (ordered by size). 2
0, 0, 1, 2, 4, 9, 15, 27, 44, 72, 116, 230, 379, 716, 1154, 1858, 2589, 5014, 7299, 15276, 21901, 33146, 52298, 102918, 136647, 200669, 327572, 432396, 596869, 1220172, 1603092, 3074018, 3752018, 5433507, 8555035, 11952469, 14590378 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

FORMULA

a(n)=A060682(n!)

EXAMPLE

For n=4, n!=24; divisors={1,2,3,4,6,8,12,24}; differences={1,1,1,2,2,4,12}, distinct differences={1,2,4,12}, so a(4)=4.

MATHEMATICA

a[n_ ] := Length[Union[Drop[d=Divisors[n! ], 1]-Drop[d, -1]]]

CROSSREFS

Cf. A000142, A060682, A060738, A060742.

Sequence in context: A080004 A176915 A060742 * A085683 A083270 A000879

Adjacent sequences:  A060734 A060735 A060736 * A060738 A060739 A060740

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

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

More terms from Ryan Propper (rpropper(AT)stanford.edu), Mar 22 2006

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 14 20:10 EST 2012. Contains 205663 sequences.