|
Search: id:A091024
|
|
|
| A091024 |
|
Let v(0) be the column vector (1,0,0,0)'; for n>0, let v(n) = [1 1 1 1 / 1 1 1 0 / 1 1 0 0/ 1 0 0 0] v(n-1). Sequence gives third entry of v(n). |
|
+0 2
|
|
| 0, 1, 2, 7, 19, 56, 160, 462, 1329, 3828, 11021, 31735, 91376, 263108, 757588, 2181389, 6281058, 18085587, 52075371, 149945056, 431749580, 1243173370, 3579575053, 10306975580, 29677753369, 85453685055, 246054079584
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
First entry of v(n) gives 1,1,4,10,30,85 = A006357 prefixed with an initial 1, the second entry gives 0,1,3,9,26,... = A076264 prefixed with an initial 0.
A sequence derived from 9-gonal diagonal ratios.
a(n)/a(n-1) converges to D = 2.879385... = longest 9-Gon diagonal with edge = 1. E.g.a(7)/a(6) = 707/246 = 2.873983...(a(n)/a(n-1) of all 4 columns converge to 2.8739...). For each row, left to right, terms converge upon 9-Gon ratios: (2.879...):(2.53208...):(1.87938...):(1) Example: row 7 = 707 622 462 246, from A006357, A076264, A091024, and A006357(offset), respectively. The ratios 707/246, 622/246, 462/246, and 246/246 are: (2.8739...):(2.528...):(1.87804...):(1)
|
|
REFERENCES
|
Jay Kappraff, "Beyond Measure, A Guided Tour Through Nature, Myth, and Number" (p.497 gives the analogous case for the Heptagon).
|
|
EXAMPLE
|
A006357, A076264, a(n) and A006357 (offset) gives the 4 components of v(n) transposed:
1 0 0 0
1 1 1 1
4 3 2 1
10 9 7 4
30 26 19 10
85 75 56 30
|
|
MATHEMATICA
|
a[n_] := (MatrixPower[{{1, 1, 1, 1}, {1, 1, 1, 0}, {1, 1, 0, 0}, {1, 0, 0, 0}}, n].{{1}, {0}, {0}, {0}})[[3, 1]]; Table[ a[n], {n, 0, 26}] (from Robert G. Wilson v Feb 21 2005)
|
|
CROSSREFS
|
Cf. A006357, A076264.
Adjacent sequences: A091021 A091022 A091023 this_sequence A091025 A091026 A091027
Sequence in context: A040016 A030224 A114624 this_sequence A083309 A080873 A126162
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Gary W. Adamson (qntmpkt(AT)yahoo.com), Dec 14 2003
|
|
EXTENSIONS
|
More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Feb 21 2005
|
|
|
Search completed in 0.002 seconds
|