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!)
A115947 A117965 sorted, with repetition. 1

%I #5 Mar 12 2014 16:36:50

%S 1,1,2,4,6,6,9,12,18,24,25,25,48,50,64,75,91,100,120,168,169,240,273,

%T 306,320,360,441,550,588,728,910,979,1156,1224,1365,1365,1728,2184,

%U 2352,2475,3025,3029,4410,4704,4895,5278,5712,5880,6426,7921,9150,9504,12852

%N A117965 sorted, with repetition.

%o (PARI) {z=15;v=[];for(i=1,z,for(j=1,i,v=concat(v,fibonacci(i)*fibonacci(j)*binomial(i,j)))); v=vecsort(v);for(k=1,#v,print1(v[k],","));print("\nsafe up to ",fibonacci(z+1)*binomial(z+1,1))}

%Y Cf. A117965.

%K nonn

%O 1,3

%A _Roger L. Bagula_, Mar 10 2006

%E Edited by _N. J. A. Sloane_, Mar 13 2006 and Apr 05 2006

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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)