login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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). 3
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; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
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.
PROG
(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
Sequence in context: A143245 A018205 A370762 * A152075 A092789 A092793
KEYWORD
nonn
AUTHOR
Leroy Quet, Aug 08 2006
EXTENSIONS
More terms from Klaus Brockhaus, Aug 09 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)