Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A078709
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A078709 Integer part of the mean subinterval length in the partition of [0,n] by the divisors of n. +0
5
1, 1, 1, 1, 2, 1, 3, 2, 3, 2, 5, 2, 6, 3, 3, 3, 8, 3, 9, 3, 5, 5, 11, 3, 8, 6, 6, 4, 14, 3, 15, 5, 8, 8, 8, 4, 18, 9, 9, 5, 20, 5, 21, 7, 7, 11, 23, 4, 16, 8, 12, 8, 26, 6, 13, 7, 14, 14, 29, 5, 30, 15, 10, 9, 16, 8, 33, 11, 17, 8, 35, 6, 36, 18, 12, 12, 19, 9, 39, 8, 16, 20, 41, 7, 21, 21, 21, 11 (list; graph; listen)
OFFSET

1,5

COMMENT

If the first occurrence of m in the sequence is greater than all preceding terms, the corresponding n is non-composite. - Donald Sampson (Marsquo(AT)hotmail.com), Dec 10 2003

FORMULA

a(n) = floor(n/tau(n)), where tau(n) is the number of divisors of n (A000005). - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Feb 26 2003

EXAMPLE

The divisors of 9 partition the closed interval [0,9] into subintervals [0,1), [1,3), [3,9], with lengths 1, 2, 6, respectively. The mean of these lengths has integer part = 3. Hence a(9) = 3.

MATHEMATICA

<< Statistics`DescriptiveStatistics` f[n_] := Module[{d, l, a, i}, d = Divisors[n]; l = Length[d]; a = {1}; For[i = 1, i <= l - 1, i++, a = Append[a, d[[i + 1]] - d[[i]]]]; a]; Table[Floor[Mean[f[i]]], {i, 1, 100}]

CROSSREFS

Cf. A078710.

Sequence in context: A007828 A070804 A104481 this_sequence A023022 A100677 A083290

Adjacent sequences: A078706 A078707 A078708 this_sequence A078710 A078711 A078712

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Dec 19 2002

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research