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!)
A086156 a(n) = sigma(n^2) - n*sigma(n). 1
0, 1, 1, 3, 1, 19, 1, 7, 4, 37, 1, 67, 1, 63, 43, 15, 1, 145, 1, 121, 69, 139, 1, 211, 6, 189, 13, 199, 1, 661, 1, 31, 145, 313, 87, 475, 1, 387, 195, 337, 1, 1155, 1, 427, 241, 559, 1, 691, 8, 817, 319, 577, 1, 1171, 163, 519, 393, 877, 1, 2413, 1, 999, 345, 63, 213, 2599 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,4

LINKS

Michel Marcus, Table of n, a(n) for n = 1..10000

FORMULA

a(n) = A065764(n) - A064987(n). - Michel Marcus, Aug 23 2019

MATHEMATICA

Table[DivisorSigma[1, w*w]-w*DivisorSigma[1, w], {w, 1, 256}]

PROG

(PARI) a(n) = sigma(n^2) - n*sigma(n); \\ Michel Marcus, Aug 23 2019

CROSSREFS

Cf. A000203, A000593, A046913, A064987, A065764.

Sequence in context: A294792 A290317 A016480 * A227888 A188109 A247232

Adjacent sequences: A086153 A086154 A086155 * A086157 A086158 A086159

KEYWORD

nonn

AUTHOR

Labos Elemer, Aug 14 2003

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 March 22 18:49 EDT 2023. Contains 361433 sequences. (Running on oeis4.)