Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A130700
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A130700 a(0)=1. a(n) = n-th integer from among those positive integers which are coprime to (a(n-1)*n). +0
1
1, 1, 3, 4, 7, 6, 17, 8, 15, 16, 23, 12, 35, 19, 33, 31, 33, 29, 55, 27, 73, 37, 49, 27, 71, 31, 57, 43, 67, 30, 109, 32, 63, 64, 71, 51, 113, 38, 79, 62, 103, 42, 145, 56, 111, 88, 105, 106, 145, 73, 127 (list; graph; listen)
OFFSET

0,3

EXAMPLE

a(8)*9 = 135. Those positive integers which are coprime to 135 form the sequence: 1,2,4,7,8,11,13,14,16,17,19,22,...The 9th of these integers is 16; so a(9) = 16.

MAPLE

a[0]:=1: for n to 50 do CP:={}: for j while nops(CP)<=n do if gcd(n*a[n-1], j) =1 then CP:=`union`(CP, {j}) else end if end do: a[n]:=CP[n] end do: seq(a[n], n=0..50); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 28 2007

CROSSREFS

Cf. A069213.

Sequence in context: A053480 A077580 A069213 this_sequence A117134 A095001 A068905

Adjacent sequences: A130697 A130698 A130699 this_sequence A130701 A130702 A130703

KEYWORD

nonn

AUTHOR

Leroy Quet (q1qq2qqq3qqqq(AT)yahoo.com), Aug 12 2007

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Aug 28 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 December 2 15:58 EST 2008. Contains 150992 sequences.


AT&T Labs Research