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!)
A126707 a(n) = number of composites coprime to n and <= the n-th composite. 0
1, 0, 2, 1, 4, 0, 6, 2, 5, 1, 11, 0, 13, 2, 5, 4, 17, 1, 19, 3, 9, 5, 23, 2, 19, 7, 15, 6, 29, 0, 31, 9, 16, 10, 21, 3, 37, 12, 20, 8, 41, 2, 43, 12, 18, 15, 47, 5, 41, 10, 26, 14, 53, 5, 36, 13, 30, 19, 59, 2, 61, 20, 28, 21, 44, 6, 67, 21, 37, 10, 71, 9, 73, 25, 29, 23, 56, 7, 79, 16, 45 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MATHEMATICA
c = Select[Range[120], # != 1 && ! PrimeQ[ # ] &]; Table[Length[Select[Take[c, n], GCD[ #, n] == 1 &]], {n, Length[c]}] (* Ray Chandler, Feb 17 2007 *)
CROSSREFS
Cf. A002808.
Sequence in context: A033883 A106316 A300721 * A326305 A057458 A291193
KEYWORD
nonn
AUTHOR
Leroy Quet, Feb 11 2007
EXTENSIONS
Extended by Ray Chandler, Feb 17 2007
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)