|
| |
|
|
A166067
|
|
Fibonacci sequence beginning 1 69
|
|
0
| |
|
|
1, 69, 70, 139, 209, 348, 557, 905, 1462, 2367, 3829, 6196, 10025, 16221, 26246, 42467, 68713, 111180, 179893, 291073, 470966, 762039, 1233005, 1995044, 3228049, 5223093, 8451142, 13674235, 22125377, 35799612, 57924989, 93724601, 151649590
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
FORMULA
| a(n) = a(n-1)+a(n-2)
G.f.: (1+68*x)/(1-x-x^2). a(n) = 68*A000045(n)+A000045(n+1). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 08 2009]
G.f.: (1+68x)/(1-x-x^2). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Oct 06 2009]
|
|
|
MATHEMATICA
| CoefficientList[Series[(-68x-1)/(x^2+x-1), {x, 0, 40}], x] (* From Harvey P. Dale, Mar 14 2011 *)
|
|
|
CROSSREFS
| Sequence in context: A116196 A036181 A033389 * A168477 A015980 A065209
Adjacent sequences: A166064 A166065 A166066 * A166068 A166069 A166070
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Submitted Oct 06 2009 by someone who later asked to have his name removed from the Author line
|
| |
|
|