|
Search: id:A065929
|
|
|
| A065929 |
|
(x,y) = (a(n),a(n+1)) are the solutions of (t(x)+t(y))/(1+xy)) = t(3) = 6, where t(n) denotes the n-th triangular number t(n) = n(n+1)/2. |
|
+0 1
|
|
| 3, 35, 416, 4956, 59055, 703703, 8385380, 99920856, 1190664891, 14188057835, 169066029128, 2014604291700, 24006185471271, 286059621363551, 3408709270891340, 40618451629332528, 484012710281098995
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
LINKS
|
J.-P. Ehrmann et al., Problem POLYA002, Integer pairs (x,y) for which (x^2+y^2)/(1+pxy) is an integer.
|
|
FORMULA
|
a(n) = 2t(m)a(n-1)-a(n-2)-1, a(0) = m, a(1) = m^3+m^2-1 with m = 3.
G.f.: (4x-3)/((1-12x+x^2)(x-1)).
|
|
MAPLE
|
g := (4*x-3)/(1-12*x+x^2)/(x-1): s := series(g, x, 40): for i from 0 to 30 do printf(`%d, `, coeff(s, x, i)) od:
|
|
CROSSREFS
|
Sequence in context: A089933 A086043 A006767 this_sequence A161495 A100033 A046032
Adjacent sequences: A065926 A065927 A065928 this_sequence A065930 A065931 A065932
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Floor van Lamoen (fvlamoen(AT)hotmail.com), Nov 29 2001
|
|
EXTENSIONS
|
More terms and Maple code from James A. Sellers (sellersj(AT)math.psu.edu), Feb 11, 2002
|
|
|
Search completed in 0.002 seconds
|