login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A071530 The sum of 3 triangular numbers in exactly 2 ways. 0
3, 6, 7, 9, 10, 13, 15, 17, 18, 19, 23, 24, 25, 26, 32, 33, 35, 38, 41, 44, 47, 54, 60, 62, 68, 69, 74, 80, 83, 89, 95, 99, 110, 113, 119, 128, 179, 194 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) for(n=1, 150, if(sum(i=0, n, sum(j=0, i, sum(k=0, j, if(i*(i+1)/2+j*(j+1)/2+k*(k+1)/2-n, 0, 1))))==2, print1(n, ", ")))

CROSSREFS

Cf. A000217, A060773, A061262, A002636.

Cf. A064825, A002097, A008443, A064816.

Sequence in context: A129414 A157319 A138933 * A005767 A085837 A176237

Adjacent sequences:  A071527 A071528 A071529 * A071531 A071532 A071533

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), Jun 02 2002

EXTENSIONS

More terms from Vladeta Jovovic (vladeta(AT)eunet.rs), Jun 07 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.