|
Search: id:A065101
|
|
|
| A065101 |
|
a(0) = c, a(1) = p*c^3; a(n+2) = p*c^2*a(n+1) - a(n), for p = 3, c = 2. |
|
+0 1
|
|
| 2, 24, 286, 3408, 40610, 483912, 5766334, 68712096, 818778818, 9756633720, 116260825822, 1385373276144, 16508218487906, 196713248578728, 2344050764456830, 27931895924903232, 332838700334381954
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
LINKS
|
Tanya Khovanova, Recursive Sequences
J.-P. Ehrmann et al., Problem POLYA002, Integer pairs (x,y) for which (x^2+y^2)/(1+pxy) is an integer.
|
|
FORMULA
|
G.f.: 2/(1-12*x+x^2).
|
|
MATHEMATICA
|
a[0] = c; a[1] = p*c^3; a[n_] := a[n] = p*c^2*a[n - 1] - a[n - 2]; p = 3; c = 2; Table[ a[n], {n, 0, 20} ]
|
|
PROGRAM
|
(PARI): polya002(3, 2, 18). For definition of function polya002 see A052530.
|
|
CROSSREFS
|
Cf. A052530.
Adjacent sequences: A065098 A065099 A065100 this_sequence A065102 A065103 A065104
Sequence in context: A019520 A061190 A002006 this_sequence A052739 A135389 A065513
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
njas, Nov 12 2001
|
|
EXTENSIONS
|
More terms from Marc LeBrun (mlb(AT)well.com) and Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 12 2001
Gen. func. from Floor van Lamoen (fvlamoen(AT)hotmail.com), Feb 07 2002
|
|
|
Search completed in 0.002 seconds
|