|
Search: id:A065102
|
|
|
| A065102 |
|
a(0) = c, a(1) = p*c^3; a(n+2) = p*c^2*a(n+1) - a(n), for p = 2, c = 3. |
|
+0 1
|
|
| 3, 54, 969, 17388, 312015, 5598882, 100467861, 1802822616, 32350339227, 580503283470, 10416708763233, 186920254454724, 3354147871421799, 60187741431137658, 1080025197889056045, 19380265820571871152
(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.: 3/(1-18*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 = 2; c = 3; Table[ a[n], {n, 0, 20} ]
|
|
PROGRAM
|
(PARI): polya002(2, 3, 17). For definition of function polya002 see A052530.
|
|
CROSSREFS
|
Sequence in context: A092448 A045481 A119294 this_sequence A003776 A091826 A091796
Adjacent sequences: A065099 A065100 A065101 this_sequence A065103 A065104 A065105
|
|
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
|