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!)
A098219 a(n) = floor(sigma(sigma(n))/n) = floor(A051027(n)/n). 6
1, 2, 2, 2, 2, 4, 2, 3, 1, 3, 2, 4, 1, 4, 4, 2, 2, 3, 2, 4, 3, 4, 2, 7, 1, 3, 3, 4, 2, 6, 2, 3, 3, 3, 3, 3, 1, 4, 3, 5, 2, 6, 1, 5, 3, 4, 2, 4, 1, 2, 3, 3, 2, 6, 3, 6, 3, 4, 2, 8, 1, 4, 3, 2, 3, 6, 1, 4, 3, 5, 2, 4, 1, 3, 2, 4, 3, 6, 2, 4, 1, 3, 2, 6, 3, 3, 4, 6, 2, 6, 2, 5, 2, 4, 3, 7, 1, 2, 3, 2, 2, 5, 2, 5, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
For n=10, a(10) = floor(sigma(sigma(10))/10) = floor(sigma(18)/10) = floor(39/10) = 3.
MATHEMATICA
Table[Floor[Nest[DivisorSigma[1, #] &, n, 2]/n], {n, 120}] (* Michael De Vlieger, Mar 02 2017 *)
PROG
(PARI) a(n) = sigma(sigma(n))\n; \\ Michel Marcus, Oct 07 2019
CROSSREFS
Sequence in context: A028326 A156046 A048003 * A368883 A173439 A372380
KEYWORD
nonn
AUTHOR
Labos Elemer, Oct 25 2004
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 July 15 21:13 EDT 2024. Contains 374334 sequences. (Running on oeis4.)