|
Search: id:A064828
|
|
|
| A064828 |
|
Numbers which are the sum of two triangular numbers in three different ways. |
|
+0 1
|
|
| 81, 106, 156, 181, 211, 256, 276, 331, 361, 381, 406, 456, 556, 606, 631, 666, 681, 706, 718, 731, 781, 856, 861, 931, 939, 956, 981, 1051, 1131, 1206, 1231, 1406, 1456, 1506, 1563, 1606, 1631, 1681, 1731, 1732, 1756, 1831, 1891, 1901, 1956, 1981, 2081
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,500
|
|
EXAMPLE
|
81 = 45 + 36 = 66 + 15 = 78 + 3
|
|
PROGRAM
|
(PARI) Tri(n)= { n*(n + 1)/2 } { n=0; for (m=1, 10^9, k=0; i=1; until (t>=m\2 || k>3, t=Tri(i); j=i; i++; until (s>=m || k>3, s=t + Tri(j); j++; if (s==m, k++))); if (k==3, write("b064828.txt", n++, " ", m); if (n==1000, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 27 2009]
|
|
CROSSREFS
|
A064816.
Sequence in context: A117686 A104113 A102766 this_sequence A120457 A129151 A039546
Adjacent sequences: A064825 A064826 A064827 this_sequence A064829 A064830 A064831
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Jonathan Ayres (jonathan.ayres(AT)btinternet.com), Oct 23 2001
|
|
|
Search completed in 0.002 seconds
|