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!)
A171526 Denominator of (n-th noncomposite/n). 2
1, 1, 1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Denominator of (A008578(n)/n).
LINKS
FORMULA
a(1) = a(2) = a(3) = 1, a(n) = n for n >= 4.
MATHEMATICA
Module[{nn=300, c, len}, c=Select[Range[nn], !CompositeQ[#]&]; len=Length[ c]; #[[1]]/#[[2]]&/@Thread[{c, Range[len]}]]//Denominator (* or *) Join[{1, 1, 1}, Range[ 4, 60]] (* Harvey P. Dale, Feb 08 2020 *)
CROSSREFS
Cf. A008578.
Sequence in context: A030543 A214084 A114143 * A359740 A171463 A020705
KEYWORD
nonn,easy
AUTHOR
Jaroslav Krizek, Dec 11 2009
EXTENSIONS
Corrected by Jaroslav Krizek, Dec 16 2009
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)