login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063038 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; internal format)
OFFSET

1,3

PROG

(PARI) j=[]; for(n=1, 100, j=concat(j, floor(n*sqrt(n))-numdiv(n))); j

CROSSREFS

Cf. A055682.

Sequence in context: A030365 A153710 A175468 * A066769 A088607 A162699

Adjacent sequences:  A063035 A063036 A063037 * A063039 A063040 A063041

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 03 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 19:23 EST 2012. Contains 205945 sequences.