Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A135992
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A135992 Positive Fibonacci numbers swapped in pairs. +0
3
1, 1, 3, 2, 8, 5, 21, 13, 55, 34, 144, 89, 377, 233, 987, 610, 2584, 1597, 6765, 4181, 17711, 10946, 46368, 28657, 121393, 75025, 317811, 196418, 832040, 514229, 2178309, 1346269, 5702887, 3524578, 14930352, 9227465, 39088169, 24157817 (list; graph; listen)
OFFSET

1,3

FORMULA

a(2n-1)=fibonacci(2n), a(2n)=fibonacci(2n-1). a(2n-1)=a(2n-2)+2a(2n-3), a(2n)=a(2n-1)-a(2n-3), a(1)=a(2)=1. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 22 2008

MAPLE

a[1]:=1: a[2]:=1: for n from 2 to 20 do a[2*n-1]:=a[2*n-2]+2*a[2*n-3]: a[2*n]:=a[2*n-1]-a[2*n-3] end do: seq(a[n], n=1..40); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 22 2008

CROSSREFS

Sequence in context: A130921 A125980 A126320 this_sequence A132827 A126315 A125976

Adjacent sequences: A135989 A135990 A135991 this_sequence A135993 A135994 A135995

KEYWORD

nonn

AUTHOR

Paul Curtz (bpcrtz(AT)free.fr), Mar 03 2008

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Mar 22 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 July 23 10:48 EDT 2008. Contains 142285 sequences.


AT&T Labs Research