|
Search: id:A072221
|
|
|
| A072221 |
|
a(n) = 6*a(n-1) - a(n-2) + 2, with a(0)=1,a(1)=4. |
|
+0 2
|
|
| 1, 4, 25, 148, 865, 5044, 29401, 171364, 998785, 5821348, 33929305, 197754484, 1152597601, 6717831124, 39154389145, 228208503748, 1330096633345, 7752371296324, 45184131144601, 263352415571284, 1534930362283105
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
The product of three consecutive triangular numbers with middle term A000217(m) where m is in this sequence is a square.
|
|
FORMULA
|
a(n)={3*A001541(n)-1}/2.
a(n)=3*A001108(n)+1. - David Scheers, Dec 25 2006
a(n)=-1/2+(3/4)*((3+sqrt(8))^n+(3-sqrt(8))^n) for n>=0. a(n)=floor((3/4)*(3+sqrt(8))^n) for n>0. - Franz Vrabec (franz.vrabec(AT)planetuniqa.at), Aug 21 2006
|
|
MATHEMATICA
|
a[n_] := a[n] = 6a[n - 1] - a[n - 2] + 2; a[0] = 1; a[1] = 4; Table[ a[n], {n, 0, 20}]
|
|
CROSSREFS
|
Cf. A000217, A001108, A001541.
Adjacent sequences: A072218 A072219 A072220 this_sequence A072222 A072223 A072224
Sequence in context: A123660 A015533 A079291 this_sequence A055846 A091634 A010909
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Lekraj Beedassy (blekraj(AT)yahoo.com), Jul 04 2002
|
|
EXTENSIONS
|
Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 08 2002
|
|
|
Search completed in 0.002 seconds
|