|
Search: id:A020756
|
|
|
| A020756 |
|
Numbers which are the sum of two triangular numbers. |
|
+0 9
|
|
| 0, 1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 13, 15, 16, 18, 20, 21, 22, 24, 25, 27, 28, 29, 30, 31, 34, 36, 37, 38, 39, 42, 43, 45, 46, 48, 49, 51, 55, 56, 57, 58, 60, 61, 64, 65, 66, 67, 69, 70, 72, 73, 76, 78, 79, 81, 83, 84, 87, 88, 90, 91, 92, 93, 94, 97, 99, 100, 101, 102, 105, 106, 108
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
The possible sums of a square and a pronic, i.e. x^2+n(n+1), e.g. 3^2+2.3=9+6=15 is present. - Jon Perry (perry(AT)globalnet.co.uk), May 28 2003
A052343(a(n)) > 0; union of A118139 and A119345. - Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com), May 15 2006
|
|
LINKS
|
T. D. Noe, Table of n, a(n) for n=1..1000
|
|
FORMULA
|
Numbers n such that 4n+1 is the sum of two squares, i.e. such that 4n+1 is in A001481. Hence n is a member if and only if 4n+1 = odd square * product of distinct primes of form 4k+1. (Fred Helenius and others, Dec 18 2004)
Closed under the operation f(x, y) = 4xy + x + y.
|
|
PROGRAM
|
(PARI) v=vector(200); vc=0; for (x=0, 10, for (y=0, 10, v[vc++ ]=x^2+y*(y+1))); v=vecsort(v); v
|
|
CROSSREFS
|
Complement of A020757.
Cf. A051533 (sums of two positive triangular numbers, A001481 (sums of two squares), A002378.
Sequence in context: A039148 A065904 A039108 this_sequence A051382 A026514 A039054
Adjacent sequences: A020753 A020754 A020755 this_sequence A020757 A020758 A020759
|
|
KEYWORD
|
nonn,nice
|
|
AUTHOR
|
David W. Wilson (davidwwilson(AT)comcast.net)
|
|
EXTENSIONS
|
Entry revised by njas, Dec 20 2004
|
|
|
Search completed in 0.002 seconds
|