Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121528
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121528 a(1)=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, 2, 4, 4, 5, 11, 10, 8, 16, 10, 11, 23, 29, 27, 17, 31, 18, 18, 27, 41, 21, 43, 24, 24, 32, 26, 50, 30, 29, 61, 31, 101, 41, 81, 35, 107, 37, 113, 42, 42, 41, 83, 76, 44, 67, 91, 58, 85, 97, 79, 151, 64, 61, 211, 57, 139, 57, 135, 59, 131, 103, 135, 63, 159, 65, 197, 71 (list; graph; listen)
OFFSET

1,2

LINKS

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

EXAMPLE

45 = the sum of the terms a(1) to a(8), 45 = 1+2+4+4+5+11+10+8. 1,2,4,7,8,11,13,14,16,17... are the positive integers which are coprime to 45. 16 is the 9th of these integers, so a(9) = 16.

PROGRAM

(PARI) {m=67; print1(1, ", "); s=1; for(n=2, 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. A121527.

Sequence in context: A132128 A084824 A151969 this_sequence A160904 A049782 A091666

Adjacent sequences: A121525 A121526 A121527 this_sequence A121529 A121530 A121531

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 November 27 14:50 EST 2009. Contains 167570 sequences.


AT&T Labs Research