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!)
A138398 Values of records in A140067. 0
1, 2, 4, 6, 7, 12, 14, 17, 24, 28, 35, 36, 48, 60, 71, 82, 83, 92, 101, 120, 141, 165, 178, 183, 193, 209, 240, 247, 251, 280, 290, 294, 299, 331, 360, 361, 371, 378, 419, 420, 435, 478, 496, 505, 532, 559, 593, 619, 640, 659, 719, 739, 756, 769, 770, 839, 888 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
The value of 7 in this sequence means that A137849(8) = 7 with 8 being the corresponding value in A140067
MAPLE
read("transforms3") ; read("transforms") ; a := BFILETOLIST("b137849.txt") ; RECORDS(a)[1] ; # R. J. Mathar, Mar 20 2010
MATHEMATICA
max = 1000; f[n_] := f[n] = Module[{c = 1, d = Divisors[n], k = DivisorSigma[0, n], m = 1}, While[m != n, If[Min[PadRight[Divisors[m], k, n]-d] > -1, c++]; m++]; c]; Do[f[n], {n, 1, max}]; a = 0; Reap[Do[If[f[n]>a, a = f[n]; Sow[a]], {n, 1, max}]][[2, 1]] (* Jean-François Alcover, Mar 03 2014, after Robert G. Wilson v *)
CROSSREFS
Sequence in context: A029501 A051730 A070317 * A086781 A261220 A272589
KEYWORD
nonn
AUTHOR
J. Lowell, May 08 2008
EXTENSIONS
More terms from R. J. Mathar, Mar 20 2010
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 June 8 13:51 EDT 2024. Contains 373217 sequences. (Running on oeis4.)