Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A074882
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A074882 Number of integers in {1, 2, ..., sigma(n)} that are coprime to n. +0
1
1, 2, 3, 4, 5, 4, 7, 8, 9, 7, 11, 9, 13, 10, 13, 16, 17, 13, 19, 17, 19, 16, 23, 20, 25, 19, 27, 24, 29, 19, 31, 32, 29, 25, 34, 31, 37, 28, 35, 36, 41, 27, 43, 38, 42, 34, 47, 41, 49, 38, 45, 45, 53, 40, 53, 51, 51, 43, 59, 45, 61, 46, 60, 64, 63, 43, 67, 59, 61, 50, 71, 65, 73 (list; graph; listen)
OFFSET

1,2

COMMENT

Compare the definition of a(n) to phi(n) = number of integers in {1, 2, ..., n} that are coprime to n.

EXAMPLE

There are four numbers in {1, 2, ..., sigma(4) = 7} that are coprime to 4, i.e. 1, 3, 5, 7. Hence a(4) = 4.

MATHEMATICA

h[n_] := Module[{l}, l = {}; For[i = 1, i <= DivisorSigma[1, n], i++, If[GCD[i, n] == 1, l = Append[l, i]]]; l]; Table[Length[h[i]], {i, 1, 100}]

CROSSREFS

Sequence in context: A130065 A079881 A058084 this_sequence A079867 A079869 A075054

Adjacent sequences: A074879 A074880 A074881 this_sequence A074883 A074884 A074885

KEYWORD

nonn

AUTHOR

Joseph L. Pe (joseph_l_pe(AT)hotmail.com), Oct 04 2002

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 July 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research