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.

Showing 1-4 of 4 results.

A307043 Numbers n such that A307042(n) = Sum_{k=1..n} esigma(k) is divisible by n, where esigma(k) is sum of exponential divisors of k (A051377).

Original entry on oeis.org

1, 3, 4, 8, 13, 78, 94, 481, 511, 4819, 13557, 23083, 84245, 204744, 562243, 591105, 614339, 617675, 656263, 1545716, 6370802, 34882737, 534034248, 601990019, 1153304776, 2064184733, 3570196547, 10572032882
Offset: 1

Views

Author

Amiram Eldar, Mar 21 2019

Keywords

Comments

The exponential version of A056550.
The corresponding quotients are 1, 2, 3, 5, 8, 45, ... (see the link for more values).

Examples

			3 is in the sequence since esigma(1) + esigma(2) + esigma(3) = 1 + 2 + 3 = 6 is divisible by 3.
		

Crossrefs

Programs

  • Mathematica
    esigma[n_] := Times @@ (Sum[ First[#]^d, {d, Divisors[Last[#]]}] & ) /@ FactorInteger[n]; seq={};s = 0; Do[s = s + esigma [n]; If[Divisible[s,n], AppendTo[seq,n]], {n, 1, 10^6}]; seq (* after Jean-François Alcover at A051377 *)

A051377 a(1)=1; for n > 1, a(n) = sum of exponential divisors (or e-divisors) of n.

Original entry on oeis.org

1, 2, 3, 6, 5, 6, 7, 10, 12, 10, 11, 18, 13, 14, 15, 22, 17, 24, 19, 30, 21, 22, 23, 30, 30, 26, 30, 42, 29, 30, 31, 34, 33, 34, 35, 72, 37, 38, 39, 50, 41, 42, 43, 66, 60, 46, 47, 66, 56, 60, 51, 78, 53, 60, 55, 70, 57, 58, 59, 90, 61, 62, 84, 78, 65, 66, 67, 102, 69, 70, 71
Offset: 1

Views

Author

Keywords

Comments

The e-divisors (or exponential divisors) of x=Product p(i)^r(i) are all numbers of the form Product p(i)^s(i) where s(i) divides r(i) for all i.
a(n) = n if and only if n is squarefree. - Jon Perry, Nov 13 2012

Examples

			a(8)=10 because 2 and 2^3 are e-divisors of 8 and 2+2^3=10.
		

Crossrefs

Cf. A051378, A049419 (number of e-divisors).
Row sums of A322791.
See A307042 and A275480 where the formula and constant appear.

Programs

  • GAP
    A051377:=n->Product(List(Collected(Factors(n)), p -> Sum(DivisorsInt(p[2]),d->p[1]^d))); List([1..10^4], n -> A051377(n)); # Muniru A Asiru, Oct 29 2017
  • Haskell
    a051377 n = product $ zipWith sum_e (a027748_row n) (a124010_row n) where
       sum_e p e = sum [p ^ d | d <- a027750_row e]
    -- Reinhard Zumkeller, Mar 13 2012
    
  • Maple
    A051377 := proc(n)
        local a,pe,p,e;
        a := 1;
        for pe in ifactors(n)[2] do
            p := pe[1] ;
            e := pe[2] ;
            add(p^d,d=numtheory[divisors](e)) ;
            a := a*% ;
        end do:
        a ;
    end proc:
    seq(A051377(n),n=1..100) ; # R. J. Mathar, Oct 05 2017
  • Mathematica
    a[n_] := Times @@ (Sum[ First[#]^d, {d, Divisors[Last[#]]}] & ) /@ FactorInteger[n]; Table[a[n], {n, 1, 71}] (* Jean-François Alcover, Apr 06 2012 *)
  • PARI
    a(n)=my(f=factor(n));prod(i=1,#f[,1],sumdiv(f[i,2],d,f[i,1]^d)) \\ Charles R Greathouse IV, Nov 22 2011
    
  • PARI
    ediv(n,f=factor(n))=my(v=List(),D=apply(divisors,f[,2]~),t=#f~); forvec(u=vector(t,i,[1,#D[i]]), listput(v,prod(j=1,t,f[j,1]^D[j][u[j]]))); Set(v)
    a(n)=vecsum(ediv(n)) \\ Charles R Greathouse IV, Oct 29 2018
    

Formula

Multiplicative with a(p^e) = Sum_{d|e} p^d. - Vladeta Jovovic, Apr 23 2002
a(n) = A126164(n)+n. - R. J. Mathar, Oct 05 2017
The average order of a(n) is Dn + O(n^e) for any e > 0, due to Fabrykowski & Subbarao, where D is about 0.568. (D >= 0.5 since a(n) >= n.) - Charles R Greathouse IV, Sep 22 2023

Extensions

More terms from Jud McCranie, May 29 2000
Definition corrected by Jaroslav Krizek, Feb 27 2009

A307159 Partial sums of the bi-unitary divisors sum function: Sum_{k=1..n} bsigma(k), where bsigma is A188999.

Original entry on oeis.org

1, 4, 8, 13, 19, 31, 39, 54, 64, 82, 94, 114, 128, 152, 176, 203, 221, 251, 271, 301, 333, 369, 393, 453, 479, 521, 561, 601, 631, 703, 735, 798, 846, 900, 948, 998, 1036, 1096, 1152, 1242, 1284, 1380, 1424, 1484, 1544, 1616, 1664, 1772, 1822, 1900, 1972, 2042
Offset: 1

Views

Author

Amiram Eldar, Mar 27 2019

Keywords

References

  • D. Suryanarayana and M. V. Subbarao, Arithmetical functions associated with the biunitary k-ary divisors of an integer, Indian J. Math., Vol. 22 (1980), pp. 281-298.

Crossrefs

Programs

  • Mathematica
    fun[p_,e_] := If[OddQ[e],(p^(e+1)-1)/(p-1),(p^(e+1)-1)/(p-1)-p^(e/2)]; bsigma[1] = 1; bsigma[n_] := Times @@ (fun @@@ FactorInteger[n]); Accumulate[Array[bsigma, 60]]

Formula

a(n) ~ c * n^2, where c = (zeta(2)*zeta(3)/2) * Product_{p}(1 - 2/p^3 + 1/p^4 + 1/p^5 - 1/p^6) (A307160).

A327566 Partial sums of the infinitary divisors sum function: a(n) = Sum_{k=1..n} isigma(k), where isigma is A049417.

Original entry on oeis.org

1, 4, 8, 13, 19, 31, 39, 54, 64, 82, 94, 114, 128, 152, 176, 193, 211, 241, 261, 291, 323, 359, 383, 443, 469, 511, 551, 591, 621, 693, 725, 776, 824, 878, 926, 976, 1014, 1074, 1130, 1220, 1262, 1358, 1402, 1462, 1522, 1594, 1642, 1710, 1760, 1838, 1910, 1980
Offset: 1

Views

Author

Amiram Eldar, Sep 17 2019

Keywords

Comments

Differs from A307159 at n >= 16.

References

  • Steven R. Finch, Mathematical Constants II, Cambridge University Press, 2018, section 1.7.5, pp. 53-54.

Crossrefs

Cf. A049417 (isigma), A327574.
Cf. A024916 (all divisors), A064609 (unitary), A307042 (exponential), A307159 (bi-unitary).

Programs

  • Mathematica
    f[p_, e_] := p^(2^(-1 + Position[Reverse @ IntegerDigits[e, 2], ?(# == 1 &)])); isigma[1] = 1; isigma[n] := Times @@ (Flatten @ (f @@@ FactorInteger[n]) + 1); Accumulate[Array[isigma, 52]]

Formula

a(n) ~ c * n^2, where c = 0.730718... (A327574).
Showing 1-4 of 4 results.