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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A082544 Number of ordered quintuples (a,b,c,d,e) with gcd(a,b,c,d,e)=1 (1<= {a,b,c,d,e} <= n). 0
1, 31, 241, 991, 3091, 7501, 16531, 31711, 57781, 96601, 157651, 240031, 362491, 519961, 739201, 1012441, 1383721, 1822711, 2409241, 3091441, 3966301, 4974751, 6257461, 7680781, 9481681, 11474941, 13916191, 16610371, 19911151, 23435191 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

a(n)=sum(k=1, n, mu(k)*floor(n/k)^5); a(n) is asymptotic to c*n^5 with c=0.9643....

PROG

(PARI) a(n)=sum(k=1, n, moebius(k)*floor(n/k)^5)

CROSSREFS

Cf. A018805 (pairs), A071778 (triples).

Sequence in context: A161747 A059899 A140846 * A173832 A189923 A059378

Adjacent sequences:  A082541 A082542 A082543 * A082545 A082546 A082547

KEYWORD

nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), May 11 2003

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 13 13:13 EST 2012. Contains 205482 sequences.