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!)
A063038 a(n) = floor(n*sqrt(n)) - d(n), where d(n) is the number of divisors function. 0
0, 0, 3, 5, 9, 10, 16, 18, 24, 27, 34, 35, 44, 48, 54, 59, 68, 70, 80, 83, 92, 99, 108, 109, 122, 128, 136, 142, 154, 156, 170, 175, 185, 194, 203, 207, 223, 230, 239, 244, 260, 264, 279, 285, 295, 307, 320, 322, 340, 347, 360, 368, 383, 388, 403, 411, 426, 437 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A000093(n) - A000005(n). - Michel Marcus, Apr 13 2024
MATHEMATICA
Table[Floor[n*Sqrt[n]] - DivisorSigma[0, n], {n, 50}] (* Wesley Ivan Hurt, Jun 09 2014 *)
PROG
(PARI) j=[]; for(n=1, 100, j=concat(j, floor(n*sqrt(n))-numdiv(n))); j
CROSSREFS
Sequence in context: A286065 A316296 A344293 * A236309 A304588 A335058
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Aug 03 2001
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 May 7 04:13 EDT 2024. Contains 372300 sequences. (Running on oeis4.)