|
Search: id:A060742
|
|
|
| A060742 |
|
Number of divisors of n! which are also differences between consecutive divisors of n! (ordered by size). |
|
+0 7
|
|
| 0, 0, 1, 2, 4, 9, 15, 27, 41, 68, 111, 218, 328, 624, 929, 1518, 2016, 3689, 4965, 9252, 13177, 20016, 30697, 56749, 69434, 94242, 149558, 190292, 258370, 492924, 615063, 1149403, 1325124
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
REFERENCES
|
D. Berend et al. (1993): Gaps between consecutive divisors of factorials, Ann. Inst. Fourier, 43(3):569-583.
|
|
EXAMPLE
|
For n=5, n!=120; divisors={1,2,3,4,5,6,8,10,12,15,20,24,30,40,60,120}; differences={1,1,1,1,1,2,2,2,3,5,4,6,10,20,60}; intersection={1,2,3,4,5,6,10,20,60}, so a(5)=9.
|
|
MATHEMATICA
|
a[n_ ] := Length[Intersection[Drop[d=Divisors[n! ], 1]-Drop[d, -1], d]]
|
|
CROSSREFS
|
Cf. A000142, A027423, A060737, A060738, A060741.
Sequence in context: A072846 A157254 A080004 this_sequence A060737 A085683 A083270
Adjacent sequences: A060739 A060740 A060741 this_sequence A060743 A060744 A060745
|
|
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
One more term from Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 29 2002
|
|
|
Search completed in 0.002 seconds
|