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!)
A360300 a(n) is the least term in the n-th row of A360298. 1
1, 2, 6, 24, 120, 20, 140, 630, 70, 7, 77, 924, 12012, 858, 5720, 12870, 218790, 12155, 230945, 46189, 969969, 176358, 4056234, 676039, 676039, 104006, 312018, 44574, 1292646, 1077205, 33393355, 66786710, 2203961430, 64822395, 90751353, 90751353, 3357800061 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) <= A008336(n+1).
a(p) = p * a(p-1) for any prime number p.
EXAMPLE
For n = 9:
- the 9th row of A360298 is (10080, 70, 5670, 4480, 362880),
- so a(9) = 70.
PROG
(PARI) { for (n = 1, 37, if (n==1, r = [1], r = setunion(select(v -> v%n==0, r)/n, r*n)); print1 (r[1]", ")) }
CROSSREFS
Sequence in context: A110808 A369407 A284567 * A065422 A260850 A008336
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Feb 02 2023
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 23 09:48 EDT 2024. Contains 371905 sequences. (Running on oeis4.)