Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A124071
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A124071 a(1)=1. a(n) = GCD(n,a(n-1)) + GCD(n+1,a(n-1)). +0
1
1, 2, 3, 2, 3, 4, 5, 2, 3, 2, 3, 4, 3, 4, 5, 2, 3, 4, 5, 6, 5, 2, 3, 4, 3, 4, 5, 2, 3, 4, 5, 2, 3, 2, 3, 4, 3, 4, 5, 6, 7, 8, 5, 6, 5, 2, 3, 4, 3, 4, 5, 2, 3, 4, 5, 2, 3, 2, 3, 4, 3, 4, 5, 6, 7, 2, 3, 4, 3, 2, 3, 4, 3, 4, 5, 2, 3, 4, 5, 6, 5, 2, 3, 4, 3, 4, 5, 2, 3, 4, 5, 2, 3, 2, 3, 4, 3, 4, 5, 6, 7, 2, 3, 4, 3 (list; graph; listen)
OFFSET

1,2

COMMENT

First occurrence of k: 1, 2, 3, 6, 7, 20, 41, 42, 127, 1304, 1809, 2530, 2531, 42132, 113413, 113414, 196575, 3160096, 3160097, 3160098, 3160099, 3160100, 3160101, ..., . Robert G. Wilson v Nov 07 2006.

LINKS

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

MAPLE

a[1]:=1: for n from 2 to 130 do a[n]:=gcd(n, a[n-1])+gcd(n+1, a[n-1]) od: seq(a[n], n=1..130); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 06 2006

MATHEMATICA

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

CROSSREFS

Sequence in context: A035026 A070770 A071487 this_sequence A034697 A110157 A125929

Adjacent sequences: A124068 A124069 A124070 this_sequence A124072 A124073 A124074

KEYWORD

nonn

AUTHOR

Leroy Quet Nov 05 2006

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu) and Robert G. Wilson v, Nov 06 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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research