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!)
A276157 a(n) = {greatest primorial less than or equal to n} divided by {greatest primorial number which divides n} = A260188(n)/A053589(n). 3
1, 1, 2, 1, 2, 1, 6, 3, 6, 3, 6, 1, 6, 3, 6, 3, 6, 1, 6, 3, 6, 3, 6, 1, 6, 3, 6, 3, 6, 1, 30, 15, 30, 15, 30, 5, 30, 15, 30, 15, 30, 5, 30, 15, 30, 15, 30, 5, 30, 15, 30, 15, 30, 5, 30, 15, 30, 15, 30, 1, 30, 15, 30, 15, 30, 5, 30, 15, 30, 15, 30, 5, 30, 15, 30, 15, 30, 5, 30, 15, 30 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A260188(n)/A053589(n).
MATHEMATICA
Table[(j = #; While[! Divisible[n, Times @@ Prime@ Range@ j], j--]; (Times @@ Prime@ Range@ #)/(Times @@ Prime@ Range@ j)) &@ (k = 0; While[Times @@ Prime@ Range[k + 1] <= n, k++]; k), {n, 120}] (* Michael De Vlieger, Aug 30 2016 *)
PROG
(Scheme) (define (A276157 n) (/ (A260188 n) (A053589 n)))
CROSSREFS
Cf. A060735 (positions of ones).
Sequence in context: A163820 A284465 A327899 * A169593 A057568 A220587
KEYWORD
nonn
AUTHOR
Antti Karttunen, Aug 30 2016
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 May 3 18:30 EDT 2024. Contains 372222 sequences. (Running on oeis4.)