Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113605
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113605 a(1) = a(2) = a(3) = 1; a(n) = a(n-3) + GCD(a(n-1),a(n-2)). +0
3
1, 1, 1, 2, 2, 3, 3, 5, 4, 4, 9, 5, 5, 14, 6, 7, 15, 7, 8, 16, 15, 9, 19, 16, 10, 21, 17, 11, 22, 28, 13, 23, 29, 14, 24, 31, 15, 25, 36, 16, 29, 37, 17, 30, 38, 19, 49, 39, 20, 50, 49, 21, 57, 52, 22, 59, 53, 23, 60, 54, 29, 61, 55, 30, 66, 61, 31, 67, 62, 32, 69, 63, 35, 76, 64 (list; graph; listen)
OFFSET

1,4

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

EXAMPLE

a(16) = a(13) + GCD(a(15),a(14)) = 5 + GCD(6,14) = 7.

MAPLE

a[1]:=1: a[2]:=1: a[3]:=1: for n from 4 to 100 do a[n]:=a[n-3]+gcd(a[n-1], a[n-2]) od: seq(a[n], n=1..90); (Deutsch)

MATHEMATICA

a[1] = a[2] = a[3] = 1; a[n_] := a[n] = a[n - 3] + GCD[a[n - 1], a[n - 2]]; Array[a, 75] (* Robert G. Wilson v *)

CROSSREFS

Sequence in context: A069974 A039650 A039649 this_sequence A070230 A007150 A122352

Adjacent sequences: A113602 A113603 A113604 this_sequence A113606 A113607 A113608

KEYWORD

nonn

AUTHOR

Leroy Quet Jan 26 2006

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(at)rgwv.com) and Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 01 2006

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 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research