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!)
A162906 a(n) = n - A081707(n). 1
0, 1, 2, 3, 4, 4, 6, 7, 8, 8, 10, 9, 12, 12, 13, 15, 16, 15, 18, 17, 19, 20, 22, 20, 24, 24, 26, 25, 28, 25, 30, 31, 31, 32, 33, 31, 36, 36, 37, 36, 40, 37, 42, 41, 42, 44, 46, 43, 48, 47, 49, 49, 52, 50, 53, 52, 55, 56, 58, 52, 60, 60, 60, 63, 63, 61, 66, 65, 67, 65, 70, 65, 72, 72, 72 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A000027(n) - A081707(n) = n + A001222(n) - A000005(n).
EXAMPLE
a(1)=1-1. a(2)=2-1. a(3)=3-1. a(4)=4-1. a(5)=5-1. a(6)=6-2.
MAPLE
A081707 := proc(n) numtheory[tau](n)-numtheory[bigomega](n) ; end: A162906 := proc(n) n - A081707(n) ; end: seq(A162906(n), n=1..100) ; # R. J. Mathar, Jul 21 2009
CROSSREFS
Sequence in context: A342126 A092601 A353705 * A356397 A350656 A100476
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Duplicate of 9 removed by R. J. Mathar, Jul 21 2009
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 19 04:04 EDT 2024. Contains 371782 sequences. (Running on oeis4.)