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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063726 GCD[1 + Fibonacci(n+1), 1 + Fibonacci(n)]. 3
1, 2, 1, 1, 2, 3, 1, 2, 1, 7, 2, 5, 1, 18, 1, 13, 2, 47, 1, 34, 1, 123, 2, 89, 1, 322, 1, 233, 2, 843, 1, 610, 1, 2207, 2, 1597, 1, 5778, 1, 4181, 2, 15127, 1, 10946, 1, 39603, 2, 28657, 1, 103682, 1, 75025, 2, 271443, 1, 196418, 1, 710647, 2, 514229, 1, 1860498, 1 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,1000

MATHEMATICA

Table[GCD[Fibonacci[n], Fibonacci[n+1]+1], {n, 5!}] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 03 2010]

PROG

(PARI) j=[]; for(n=0, 75, j=concat(j, gcd(1+fibonacci(n+1), 1+fibonacci(n) ))); j

(PARI) { g=0; f=1; for (n=0, 1000, write("b063726.txt", n, " ", gcd(1 + f, 1 + g)); h=g; g=f; f+=h ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 28 2009]

CROSSREFS

Sequence in context: A140191 A048207 A105810 * A181118 A179009 A112757

Adjacent sequences:  A063723 A063724 A063725 * A063727 A063728 A063729

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 11 2001

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 09:15 EST 2012. Contains 205753 sequences.