Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121527
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121527 a(0)=1. a(n) = n-th integer from among those positive integers which are coprime to the sum of the previous terms of this sequence. +0
2
1, 1, 3, 3, 7, 8, 6, 7, 23, 9, 21, 11, 29, 19, 27, 22, 16, 25, 43, 19, 73, 21, 43, 25, 89, 26, 26, 40, 28, 31, 97, 32, 47, 65, 35, 103, 37, 81, 41, 101, 59, 117, 44, 50, 65, 89, 57, 93, 59, 173, 52, 76, 82, 53, 133, 55, 167, 83, 117, 73, 143, 61, 123, 78, 70, 97, 173, 110, 72 (list; graph; listen)
OFFSET

0,3

LINKS

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

EXAMPLE

36 = the sum of the terms a(0) to a(7), 36 = 1+1+3+3+7+8+6+7. 1,5,7,11,13,17,19,23,25... are the positive integers which are coprime to 36. 23 is the 8th of these integers, so a(8) = 23.

PROGRAM

(PARI) {m=68; print1(1, ", "); s=1; for(n=1, m, k=n; c=0; while(k>0, c++; if(gcd(s, c)==1, k--)); print1(c, ", "); s=s+c)} - (Klaus Brockhaus, Aug 15 2006)

CROSSREFS

Cf. A121528.

Sequence in context: A147103 A003133 A021300 this_sequence A021886 A161416 A117989

Adjacent sequences: A121524 A121525 A121526 this_sequence A121528 A121529 A121530

KEYWORD

nonn

AUTHOR

Leroy Quet Aug 05 2006

EXTENSIONS

More terms from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Aug 15 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 December 4 15:11 EST 2009. Contains 170347 sequences.


AT&T Labs Research