login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097596 An A001644 Binet like function for a Bonacci 3 type sequence using two negative roots instead of all positive. 0
1, 1, 2, 4, 7, 14, 26, 48, 89, 165, 304, 559, 1029, 1893, 3482, 6404, 11779, 21666, 39850, 73296, 134813, 247961, 456072, 838847, 1542881, 2837801, 5219530, 9600212, 17657543, 32477286, 59735042, 109869872, 202082201, 371687117 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

FORMULA

a(n) = (r3^n-r2^n-r1^n)/(r3-r2-r1) r1=-0.419643377607080569`-0.606290729207199419` I r2=-0.419643377607080569`+0.606290729207199419` I r3=1.83928675521416113`

MATHEMATICA

NSolve[x^3-x^2-x-1==0, x] r1=-0.419643377607080569`-0.606290729207199419` I r2=-0.419643377607080569`+0.606290729207199419` I r3=1.83928675521416113` (* Binet like formula for the Bonacci 3*) f[n_]=(r3^n-r2^n-r1^n)/(r3-r2-r1) a=Table[Floor[f[n]], {n, 1, 50}]

CROSSREFS

Cf. A001644.

Sequence in context: A065455 A026010 A088813 * A054191 A079975 A076739

Adjacent sequences:  A097593 A097594 A097595 * A097597 A097598 A097599

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Sep 20 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 21:56 EST 2012. Contains 205860 sequences.