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!)
A082514 a(n) = pi(n) + tau(n). 1
1, 3, 4, 5, 5, 7, 6, 8, 7, 8, 7, 11, 8, 10, 10, 11, 9, 13, 10, 14, 12, 12, 11, 17, 12, 13, 13, 15, 12, 18, 13, 17, 15, 15, 15, 20, 14, 16, 16, 20, 15, 21, 16, 20, 20, 18, 17, 25, 18, 21, 19, 21, 18, 24, 20, 24, 20, 20, 19, 29, 20, 22, 24, 25, 22, 26, 21, 25, 23, 27, 22, 32, 23, 25 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A000720(n) + A000005(n).
MATHEMATICA
Table[DivisorSigma[0, w]+PrimePi[w], {w, 1, 128}]
PROG
(PARI) a(n) = primepi(n) + numdiv(n); \\ Michel Marcus, Dec 01 2021
CROSSREFS
Sequence in context: A330102 A061146 A332065 * A227215 A229445 A323743
KEYWORD
easy,nonn,less
AUTHOR
Labos Elemer, Apr 29 2003
EXTENSIONS
Name changed by Wesley Ivan Hurt, Nov 30 2021
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 April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)