Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Project Euler

Name: Anonymous 2010-09-24 23:18

Hey /prog/, I know I'm a little late to the party, but I was wondering how many problems you've solved thus far.
Other discussion regarding Project Euler is also welcome!

Name: Anonymous 2010-09-25 21:51

Problem 12
What is the value of the first triangle number to have over five hundred divisors?

In[12]:= For[i = 1, DivisorSigma[0, i*(i + 1)/2] < 500, i++]; i*(i + 1)/2
Out[12]= 76576500


``faggot'' way

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List