![]() |
|
|
#12 |
|
"Matthew Anderson"
Dec 2010
Oregon, USA
25×52 Posts |
Hi Mersenneforum,
For what it's worth, here is the Maple13 code I wrote. The links above to the OEIS entries really answer the original question. # okay > # triangular numbers > sumb := 0; for a to 12 do sumb := sumb+a end do; 0 1 3 6 10 15 21 28 36 > for e to 10000 do f := (1/2)*e*(e+1); if sqrt(f) = floor(sqrt(f)) then print(f, e) end if end do; 1, 1 36, 8 1225, 49 41616, 288 1413721, 1681 48024900, 9800 Regards, Matt |
|
|
|
|
|
#13 | |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
Quote:
Last fiddled with by science_man_88 on 2016-11-04 at 13:17 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| When I was your age.....CHALLENGE | petrw1 | Lounge | 14 | 2009-11-23 02:18 |
| Challenge | science_man_88 | Miscellaneous Math | 229 | 2009-09-07 08:08 |
| rsa-640 challenge | ValerieVonck | Factoring | 58 | 2005-10-24 15:54 |
| Another challenge | R.D. Silverman | Programming | 24 | 2005-07-27 21:08 |
| Who is Challenge? | JuanTutors | PrimeNet | 2 | 2004-07-22 12:56 |