cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A070921 a(n) = Card{ (x,y,z,u,v) | lcm(x,y,z,u,v)=n }.

This page as a plain text file.
%I A070921 #35 Sep 03 2023 08:44:56
%S A070921 1,31,31,211,31,961,31,781,211,961,31,6541,31,961,961,2101,31,6541,31,
%T A070921 6541,961,961,31,24211,211,961,781,6541,31,29791,31,4651,961,961,961,
%U A070921 44521,31,961,961,24211,31,29791,31,6541,6541,961,31,65131,211,6541
%N A070921 a(n) = Card{ (x,y,z,u,v) | lcm(x,y,z,u,v)=n }.
%C A070921 A048691(n) gives Card{ (x,y) | lcm(x,y)=n }.
%H A070921 Antti Karttunen, <a href="/A070921/b070921.txt">Table of n, a(n) for n = 1..10000</a>
%H A070921 O. Bagdasar, <a href="https://doi.org/10.5937/SPSUNP1402091B">On some functions involving the lcm and gcd of integer tuples</a>, Scientific Publications of the State University of Novi Pazar, Appl. Maths. Inform. and Mech., Vol. 6, 2 (2014), 91-100.
%F A070921 a(n) = Sum_{d|n} A000005(d)^5*A008683(n/d).
%F A070921 Sum_{k>0} a(k)/k^s = (1/zeta(s))*Sum_{k>0} tau(k)^5/k^s.
%F A070921 Multiplicative with a(p^e) = (e+1)^5 - e^5. - _Amiram Eldar_, Sep 03 2023
%t A070921 Join[{1},Table[Product[(k + 1)^5 - k^5, {k, FactorInteger[n][[All, 2]]}], {n,2, 68}]] (* _Geoffrey Critzer_, Jan 10 2015 *)
%o A070921 (PARI) for(n=1,100,print1(sumdiv(n,d,numdiv(d)^5*moebius(n/d)),","))
%o A070921 (PARI) a(n) = vecprod(apply(x->(x+1)^5-x^5, factor(n)[, 2])); \\ _Amiram Eldar_, Sep 03 2023
%Y A070921 Cf. A000005, A008683, A048691, A070919, A070920, A247517 (Mobius transform).
%K A070921 mult,easy,nonn
%O A070921 1,2
%A A070921 _Benoit Cloitre_, May 20 2002