cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A135137 Numbers that are the sum of three numbers from the set {1, 5, 10, 20, 50, 100}.

This page as a plain text file.
%I A135137 #13 Aug 27 2018 01:57:54
%S A135137 3,7,11,12,15,16,20,21,22,25,26,30,31,35,40,41,45,50,52,56,60,61,65,
%T A135137 70,71,75,80,90,101,102,105,106,110,111,115,120,121,125,130,140,150,
%U A135137 151,155,160,170,200,201,205,210,220,250,300
%N A135137 Numbers that are the sum of three numbers from the set {1, 5, 10, 20, 50, 100}.
%e A135137 sum, n1..n6 (from _Zak Seidov_):
%e A135137 3, 3,0,0,0,0,0,
%e A135137 7, 2,1,0,0,0,0,
%e A135137 11, 1,2,0,0,0,0,
%e A135137 12, 2,0,1,0,0,0,
%e A135137 15, 0,3,0,0,0,0,
%e A135137 16, 1,1,1,0,0,0,
%e A135137 20, 0,2,1,0,0,0,
%e A135137 21, 1,0,2,0,0,0,
%e A135137 22, 2,0,0,1,0,0,
%e A135137 25, 0,1,2,0,0,0,
%e A135137 ...
%t A135137 Union[Total/@Tuples[{1,5,10,20,50,100},{3}]] (* _Harvey P. Dale_, Jan 11 2011 *)
%Y A135137 Cf. A124146, A135454.
%K A135137 easy,fini,full,nonn
%O A135137 1,1
%A A135137 _Julie Jones_, Feb 13 2008
%E A135137 Edited by _N. J. A. Sloane_, Feb 18 2008