The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A202463 First number of divisor symmetry n: d(n-k) = d(n+k) for 1 <= k <= n, but d(n-k-1) != d(n+k+1). 1
4, 9, 216, 30, 20376, 432, 18000, 13338864, 15194736, 866452464, 5175273600, 35399473200 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
3*10^11 < a(13) <= 1245273287760. a(14) = 72462882816. - Donovan Johnson, Dec 25 2011
LINKS
EXAMPLE
8 and 10 have 4 divisors each, 7 and 11 have 2 divisors each, but 6 and 12 have different numbers of divisors; thus 9 has divisor symmetry 2. Since no smaller number has this, a(2) = 9.
PROG
(PARI) a(n)=my(k=n); while(k++, for(i=1, n, if(numdiv(k-i)!=numdiv(k+i), next(2))); if(numdiv(k-n-1)==numdiv(k+n+1), next); return(k))
CROSSREFS
Sequence in context: A029999 A006280 A290158 * A286322 A318615 A030074
KEYWORD
nonn,hard
AUTHOR
EXTENSIONS
a(11) from Donovan Johnson, Dec 20 2011
a(12) from Donovan Johnson, Dec 25 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 12:22 EDT 2024. Contains 372519 sequences. (Running on oeis4.)