login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A115947
A117965 sorted, with repetition.
1
1, 1, 2, 4, 6, 6, 9, 12, 18, 24, 25, 25, 48, 50, 64, 75, 91, 100, 120, 168, 169, 240, 273, 306, 320, 360, 441, 550, 588, 728, 910, 979, 1156, 1224, 1365, 1365, 1728, 2184, 2352, 2475, 3025, 3029, 4410, 4704, 4895, 5278, 5712, 5880, 6426, 7921, 9150, 9504, 12852
OFFSET
1,3
PROG
(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))}
CROSSREFS
Cf. A117965.
Sequence in context: A159276 A359362 A056942 * A247653 A061228 A070229
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Mar 10 2006
EXTENSIONS
Edited by N. J. A. Sloane, Mar 13 2006 and Apr 05 2006
STATUS
approved