|
Search: id:A083099
|
|
|
| A083099 |
|
a(0) = 0, a(1) = 1; for n>1, a(n) = 2a(n-1)+6a(n-2). |
|
+0 19
|
|
| 0, 1, 2, 10, 32, 124, 440, 1624, 5888, 21520, 78368, 285856, 1041920, 3798976, 13849472, 50492800, 184082432, 671121664, 2446737920, 8920205824, 32520839168, 118562913280, 432250861568, 1575879202816, 5745263575040
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
COMMENT
|
a(n+1) = a(n)+A083098(n+1). A083098(n+1)/a(n) converges to sqrt(7).
The same sequence may be obtained by the following process. Starting a priori with the fraction 1/1, the denominators of fractions built according to the rule: add top and bottom to get the new bottom, add top and 7 times the bottom to get the new top. The limit of the sequence of fractions is sqrt(7). - Cino Hilliard (hillcino368(AT)gmail.com), Sep 25 2005
|
|
REFERENCES
|
John Derbyshire, Prime Obsession, Joseph Henry Press, April 2004, see p. 16.
|
|
FORMULA
|
G.f.: 1/(1-2x-6x^2).
E.g.f. : dif(exp(x)sinh(sqrt(7)x)/sqrt(7), x); a(n-1)=sum{k=0..n, binomial(n, 2k+1)7^k}. - Paul Barry (pbarry(AT)wit.ie), Sep 29 2004
|
|
MATHEMATICA
|
CoefficientList[Series[1/(1-2x-6x^2), {x, 0, 25}], x]
Expand[Table[((1 + Sqrt[7])^n - (1 - Sqrt[7])^n)7/(14Sqrt[7]), {n, 0, 25}]] - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 22 2007
|
|
CROSSREFS
|
The following sequences (and others) belong to the same family: A001333, A000129, A026150, A002605, A046717, A015518, A084057, A063727, A002533, A002532, A083098, A083099, A083100, A015519.
Adjacent sequences: A083096 A083097 A083098 this_sequence A083100 A083101 A083102
Sequence in context: A131068 A034555 A084154 this_sequence A032095 A004028 A080668
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Mario Catalani (mario.catalani(AT)unito.it), Apr 22 2003
|
|
|
Search completed in 0.002 seconds
|