Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A129090
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A129090 a(1)=1. a(n) = GCD(a(n-1),n) + LCM(a(n-1),n). +0
2
1, 3, 6, 14, 71, 427, 434, 1738, 15643, 156431, 156442, 938654, 12202503, 170835043, 2562525646, 20500205170, 348503487891, 2091020927349, 39729397619632, 198646988098164, 1390528916687151, 30591636167117323, 703607631843698430 (list; graph; listen)
OFFSET

1,2

MAPLE

a[1]:=1: for n from 2 to 30 do a[n]:=gcd(a[n-1], n)+lcm(a[n-1], n) od: seq(a[n], n=1..27); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 13 2007

MATHEMATICA

k = 1; Do[Print[k]; k = GCD[k, n] + LCM[k, n], {n, 2, 30}] - Ryan Propper (rpropper(AT)stanford.edu), Apr 07 2007

CROSSREFS

Cf. A129091.

Sequence in context: A101162 A059741 A054099 this_sequence A058141 A132279 A066107

Adjacent sequences: A129087 A129088 A129089 this_sequence A129091 A129092 A129093

KEYWORD

nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Mar 29 2007

EXTENSIONS

More terms from Ryan Propper (rpropper(AT)stanford.edu) and Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 07 2007

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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research