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!)
A043552 Least k for which the integers floor(5*k/m) for m=2,3,...,n are distinct. 1
1, 1, 1, 2, 4, 4, 4, 6, 10, 13, 13, 18, 18, 22, 29, 34, 37, 42, 45, 55, 58, 65, 73, 76, 84, 93, 97, 106, 120, 125, 130, 146, 157, 163, 174, 186, 199, 205, 218, 238, 245, 260, 274, 289, 305, 312, 328, 345, 362, 379, 396, 405, 433, 442 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
PROG
(PARI) a(n) = my(k=1); while(#Set(vector(n-1, m, 5*k\(m+1))) != n-1, k++); k; \\ Michel Marcus, Apr 25 2021
CROSSREFS
Sequence in context: A008217 A170889 A182839 * A325940 A035545 A327333
KEYWORD
nonn
AUTHOR
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 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)