Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A121047
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A121047 a(0) = a(1) = 1; for n >= 2, a(n) = the n-th integer from among those positive integers which are coprime to a(n-1)+a(n-2). +0
4
1, 1, 3, 5, 7, 13, 13, 15, 17, 17, 21, 23, 25, 37, 27, 29, 37, 53, 67, 71, 61, 67, 43, 61, 51, 57, 77, 53, 73, 101, 91, 91, 81, 67, 69, 73, 73, 75, 77, 81, 81, 121, 83, 137, 119, 89, 99, 95, 95, 127, 151, 101, 181, 161, 169, 227, 181, 179, 217, 193, 153, 121, 123, 127, 159 (list; graph; listen)
OFFSET

0,3

EXAMPLE

a(6)+a(7) = 28. 1,3,5,9,11,13,15,17,19,... is the sequence of positive integers which are coprime to 28. 17 is the 8th of these integers, so a(8) = 17.

PROGRAM

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

CROSSREFS

Adjacent sequences: A121044 A121045 A121046 this_sequence A121048 A121049 A121050

Sequence in context: A111745 A098957 A018205 this_sequence A092789 A092793 A024909

KEYWORD

nonn

AUTHOR

Leroy Quet (qq-quet(AT)mindspring.com), Aug 08 2006

EXTENSIONS

More terms from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Aug 09 2006

page 1

Search completed in 0.005 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 May 16 23:01 EDT 2008. Contains 139884 sequences.


AT&T Labs Research