Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A147316
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A147316 A000045 Fibonacci mirror sequence Binet: f(n)=(1/5)*2^(-n) ((5 - 2 *Sqrt[5]) (1 + Sqrt[5])^n + (1 - Sqrt[5])^n(5 + 2 * Sqrt[5])). +0
1
1597, -987, 610, -377, 233, -144, 89, -55, 34, -21, 13, -8, 5, -3, 2, -1, 1, 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597 (list; graph; listen)
OFFSET

-14,1

COMMENT

The reverse "mirror" sequence has the form of an alternating (-1)^n type.

FORMULA

f(n)=(1/5)*2^(-n) ((5 - 2 *Sqrt[5]) (1 + Sqrt[5])^n + (1 - Sqrt[5])^n(5 + 2 * Sqrt[5])).

a(n)=a(n-1)+a(n-2). a(n)=A000045(n-3), n>2. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 30 2008]

MATHEMATICA

Clear[f]; f[n_Integer] = Module[{a}, a[n] /. RSolve[{a[n] == a[n - 1] + a[n - 2], a[ -1] == -3, a[0] == 2}, a[n], n][[1]] // FullSimplify]; Table[FullSimplify[ExpandAll[f[n]]], {n, -14, 20}]

CROSSREFS

A000285, A022113, A001060, A000045

Sequence in context: A132654 A068131 A068263 this_sequence A078954 A117745 A084427

Adjacent sequences: A147313 A147314 A147315 this_sequence A147317 A147318 A147319

KEYWORD

sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Nov 05 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research