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!)
A352281 Regular triangle read by rows, T(n,k) is the least integer m such that sigma(m)/m is greater than n + (k-1)/n. 0
2, 12, 36, 180, 720, 2520, 27720, 110880, 720720, 10810800, 122522400, 1396755360, 6983776800, 160626866400, 4497552259200, 130429015516800, 2021649740510400, 74801040398884800, 3066842656354276800, 263748468446467804800, 18594267025475980238400 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
Triangle begins:
2,
12, 36,
180, 720, 2520,
27720, 110880, 720720, 10810800,
122522400, 1396755360, ...
PROG
(PARI) isok(i, n, k) = sigma(i)/i > n+(k-1)/n;
T(n, k) = my(i=1); while(!isok(i, n, k), i++); i;
CROSSREFS
Cf. A000203 (sigma), A004394 (supersequence), A134716 (1st column).
Sequence in context: A181825 A169630 A192385 * A361570 A294464 A366618
KEYWORD
nonn,tabl
AUTHOR
Michel Marcus, Apr 25 2022
EXTENSIONS
More terms from David A. Corneth, Apr 25 2022
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 August 1 09:24 EDT 2024. Contains 374816 sequences. (Running on oeis4.)