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!)
A131983 Records in A106708. 2
0, 2, 23, 24, 25, 2346, 2369, 24510, 2346812, 23561015, 234691218, 23468121624, 234561012152030, 234671214212842, 235691015183045, 2345681012152024304060, 2346781214212428425684, 23456910121518203036456090 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) {map(n) = local(d); d=divisors(n); if(#d<3, 0, d[1]=""; eval(concat(vecextract(d, concat("..", #d-1)))))} {m=200; r=-1; for(n=1, m, if(r<(a=map(n)), r=a; print1(r, ", ")))}
CROSSREFS
Cf. A106708, A131984 (where records occur).
Sequence in context: A242037 A233692 A084323 * A153718 A105813 A086557
KEYWORD
nonn,base
AUTHOR
Klaus Brockhaus, Aug 05 2007
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 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)