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!)
A080849 (mu(n)+2)*n^2, where mu is the Moebius function (A008683). 3
3, 4, 9, 32, 25, 108, 49, 128, 162, 300, 121, 288, 169, 588, 675, 512, 289, 648, 361, 800, 1323, 1452, 529, 1152, 1250, 2028, 1458, 1568, 841, 900, 961, 2048, 3267, 3468, 3675, 2592, 1369, 4332, 4563, 3200, 1681, 1764, 1849, 3872, 4050, 6348, 2209, 4608, 4802 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
n^2 <= a(n) <= 3*n^2.
LINKS
FORMULA
a(n) = n * A080848(n) = A000290(n) * A080847(n). - Antti Karttunen, Jul 26 2017
PROG
(Scheme) (define (A080849 n) (* n n (+ 2 (A008683 n)))) ;; Antti Karttunen, Jul 26 2017
CROSSREFS
Sequence in context: A105229 A237583 A362353 * A058857 A084715 A225467
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 20 2003
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 3 08:32 EDT 2024. Contains 372207 sequences. (Running on oeis4.)