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!)
A224901 Least positive integer k such that k*sigma(n) forms an increasing sequence. 1
1, 1, 1, 1, 2, 2, 4, 3, 4, 3, 5, 3, 7, 5, 6, 5, 9, 5, 10, 5, 7, 7, 11, 5, 10, 8, 9, 7, 14, 6, 14, 8, 11, 10, 12, 7, 17, 11, 12, 8, 18, 8, 18, 10, 11, 12, 19, 8, 18, 12, 16, 12, 22, 10, 17, 11, 17, 16, 25, 9, 25, 17, 16, 14, 22, 13, 28, 16, 22, 15, 31, 12, 32, 21, 20, 18, 27, 16, 34, 15, 24 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
EXAMPLE
The product a(n)*sigma(n) forms an increasing sequence that begins:
[1, 3, 4, 7, 12, 24, 32, 45, 52, 54, 60, 84, 98, 120, 144, 155, 162, 195, ...].
PROG
(PARI) a(n)=if(n==1, 1, (a(n-1)*sigma(n-1))\sigma(n)+1)
for(n=1, 80, print1(a(n), ", "))
CROSSREFS
Sequence in context: A074747 A128248 A347659 * A366651 A274176 A356148
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Aug 16 2013
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 June 20 22:50 EDT 2024. Contains 373535 sequences. (Running on oeis4.)