|
Search: id:A065930
|
|
|
| A065930 |
|
(x,y) = (a(n),a(n+1)) are the solutions of (t(x)+t(y))/(1+xy)) = t(4) = 10, where t(n) denotes the n-th triangular number t(n) = n(n+1)/2. |
|
+0 1
|
|
| 4, 79, 1575, 31420, 626824, 12505059, 249474355, 4976982040, 99290166444, 1980826346839, 39517236770335, 788363909059860, 15727760944426864, 313766854979477419, 6259609338645121515, 124878419917922952880
(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 = 4.
G.f.: (5x-4)/((1-20x+x^2)(x-1)).
|
|
MAPLE
|
g := (5*x-4)/(1-20*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: A054951 A048957 A006425 this_sequence A018807 A125710 A093854
Adjacent sequences: A065927 A065928 A065929 this_sequence A065931 A065932 A065933
|
|
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
|