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

%I #2 Mar 30 2012 17:27:54

%S 0,2,23,24,25,2346,2369,24510,2346812,23561015,234691218,23468121624,

%T 234561012152030,234671214212842,235691015183045,

%U 2345681012152024304060,2346781214212428425684,23456910121518203036456090

%N Records in A106708.

%o (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, ",")))}

%Y Cf. A106708, A131984 (where records occur).

%K nonn,base

%O 1,2

%A _Klaus Brockhaus_, Aug 05 2007

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 April 16 16:52 EDT 2024. Contains 371749 sequences. (Running on oeis4.)