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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A082540 Number of ordered quadruples (a,b,c,d) with gcd(a,b,c,d)=1 (1<= {a,b,c,d} <= n.). 0
1, 15, 79, 239, 607, 1199, 2303, 3823, 6223, 9279, 13919, 19183, 27007, 35743, 47519, 60735, 78719, 97103, 122447, 148527, 181839, 216959, 262543, 306863, 365343, 423855, 495855, 569055, 661679, 748527, 862047, 972191, 1104831, 1237247 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

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

PROG

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

CROSSREFS

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

Sequence in context: A081591 A044202 A044583 * A189922 A085808 A180577

Adjacent sequences:  A082537 A082538 A082539 * A082541 A082542 A082543

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 08:12 EST 2012. Contains 205451 sequences.