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!)
A334130 Numbers that can be written as a product of distinct triangular numbers. 2
0, 1, 3, 6, 10, 15, 18, 21, 28, 30, 36, 45, 55, 60, 63, 66, 78, 84, 90, 91, 105, 108, 120, 126, 135, 136, 150, 153, 165, 168, 171, 180, 190, 198, 210, 216, 231, 234, 253, 270, 273, 276, 280, 300, 315, 325, 330, 351, 360, 378, 396, 406, 408, 420, 435, 450 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
Eric Weisstein's World of Mathematics, Triangular Number
MAPLE
N:= 1000: # for all terms <= N
S:= {0, 1}:
for i from 2 do
t:= i*(i+1)/2;
if t > N then break fi;
S:= S union select(`<=`, map(`*`, S, t), N)
od:
sort(convert(S, list)); # Robert Israel, Apr 21 2020
CROSSREFS
Sequence in context: A120993 A194458 A083266 * A054731 A334129 A282064
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 14 2020
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 April 24 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)