login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A140482
a(n) = 2*n + tau(n).
1
3, 6, 8, 11, 12, 16, 16, 20, 21, 24, 24, 30, 28, 32, 34, 37, 36, 42, 40, 46, 46, 48, 48, 56, 53, 56, 58, 62, 60, 68, 64, 70, 70, 72, 74, 81, 76, 80, 82, 88, 84, 92, 88, 94, 96, 96, 96, 106, 101, 106, 106, 110, 108, 116, 114, 120, 118, 120, 120, 132, 124, 128, 132, 135, 134, 140
OFFSET
1,1
MATHEMATICA
a[n_] := 2*n + DivisorSigma[0, n]; Array[a, 100] (* Amiram Eldar, Apr 07 2024 *)
PROG
(PARI) a(n) = 2*n + numdiv(n); \\ Amiram Eldar, Apr 07 2024
CROSSREFS
Cf. A000005 (tau), A140481, A062249.
Sequence in context: A277732 A026604 A013642 * A212451 A244223 A284534
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jun 29 2008
STATUS
approved