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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060775 Lower central (median) divisor of n. 8
1, 1, 1, 1, 2, 1, 2, 1, 2, 1, 3, 1, 2, 3, 2, 1, 3, 1, 4, 3, 2, 1, 4, 1, 2, 3, 4, 1, 5, 1, 4, 3, 2, 5, 4, 1, 2, 3, 5, 1, 6, 1, 4, 5, 2, 1, 6, 1, 5, 3, 4, 1, 6, 5, 7, 3, 2, 1, 6, 1, 2, 7, 4, 5, 6, 1, 4, 3, 7, 1, 8, 1, 2, 5, 4, 7, 6, 1, 8, 3, 2, 1, 7, 5, 2, 3 (list; graph; refs; listen; history; internal format)
OFFSET

2,5

COMMENTS

Also: Largest divisor of n which is less than sqrt(n).

If n is not a square, then a(n) = A033676(n), else a(n) is strictly smaller than A033676(n) = sqrt(n).  - M. F. Hasler, Sep 20 2011

LINKS

Harry J. Smith, Table of n, a(n) for n=2,...,1000

FORMULA

a(n) = max { d|n ; d<n }  (where "|" means "divides").

EXAMPLE

n=252, D={1, 2, 3, 4, 6, 7, 9, 12, 14, 18, 21, 28, 36, 42, 63, 84, 126, 252}, 18 divisors, the 9th is 14, so a(252)=14.

MATHEMATICA

Table[Part[Divisors[w], Floor[DivisorSigma[0, w]/2]], {w, 1, 256}]

PROG

(PARI) { for (n=2, 1000, d=divisors(n); write("b060775.txt", n, " ", d[length(d)\2]); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jul 11 2009]

A060775(n)=divisors(n)[numdiv(n)\2]  /* using "max(numdiv(n)\2, 1)" would yield a(1)=1 */ - M. F. Hasler, Sep 21 2011

CROSSREFS

Cf. A033677, A000196, A000005, A000142, A027423, A055226, A060776, A060777.

Sequence in context: A056924 A045778 A033103 * A175494 A055399 A029426

Adjacent sequences:  A060772 A060773 A060774 * A060776 A060777 A060778

KEYWORD

nonn

AUTHOR

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

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 16 05:51 EST 2012. Contains 205860 sequences.