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-10 of 12 results. Next

A379951 a(n) = A379504(A156942(n)).

Original entry on oeis.org

816, 28471698, 714837, 8719965, 5969, 4385405, 830994029375, 241550466668344580
Offset: 1

Views

Author

Antti Karttunen, Jan 09 2025

Keywords

Comments

Conjecture: a(n) > 0 for all n. See comments in A156942 and in A379949.

Crossrefs

A324647 Odd numbers k such that 2*k is equal to bitwise-AND of 2*k and sigma(k).

Original entry on oeis.org

1116225, 1245825, 1380825, 2127825, 10046025, 16813125, 203753025, 252880425, 408553425, 415433025, 740361825, 969523425, 1369580625, 1612924425, 1763305425, 2018027025, 2048985225, 2286684225, 3341556225, 3915517725, 3985769025, 4051698525, 7085469825, 7520472225
Offset: 1

Views

Author

Antti Karttunen, Mar 14 2019

Keywords

Comments

If this sequence has no terms common with A324649 (A324897, A324898), or no terms common with A324727, then there are no odd perfect numbers.
First 22 terms factored:
1116225 = 3^2 * 5^2 * 11^2 * 41
1245825 = 3^2 * 5^2 * 7^2 * 113
1380825 = 3^2 * 5^2 * 19^2 * 17 [Here the unitary prime is not the largest]
2127825 = 3^2 * 5^2 * 7^2 * 193
10046025 = 3^4 * 5^2 * 11^2 * 41
16813125 = 3^2 * 5^4 * 7^2 * 61
203753025 = 3^2 * 5^2 * 7^2 * 18481
252880425 = 3^2 * 5^2 * 7^2 * 22937
408553425 = 3^2 * 5^2 * 7^2 * 37057
415433025 = 3^2 * 5^2 * 7^4 * 769
740361825 = 3^2 * 5^2 * 7^2 * 67153
969523425 = 3^4 * 5^2 * 13^2 * 2833
1369580625 = 3^2 * 5^4 * 7^2 * 4969
1612924425 = 3^2 * 5^2 * 7^2 * 146297
1763305425 = 3^2 * 5^2 * 7^2 * 159937
2018027025 = 3^2 * 5^2 * 7^2 * 183041
2048985225 = 3^2 * 5^2 * 7^2 * 185849
2286684225 = 3^2 * 5^2 * 7^2 * 207409
3341556225 = 3^2 * 5^2 * 7^2 * 303089
3915517725 = 3^4 * 5^2 * 7^2 * 39461
3985769025 = 3^4 * 5^2 * 7^2 * 40169
4051698525 = 3^2 * 5^2 * 7^2 * 367501.
Compare the above factorizations to the various constraints listed for odd perfect numbers in the Wikipedia article. However, this is NOT a subsequence of A191218 (A228058), see below.
The first terms that do not belong to A191218 are 399736269009 = (3 * 7^2 * 11 * 17 * 23)^2 and 1013616036225 = (3^2 * 5 * 13 * 1721)^2, that both occur instead in A325311. The first terms with omega(n) <> 4 are 9315603297, 60452246925, 68923392525, and 112206463425. They factor as 3^2 * 7^2 * 11^2 * 13^2 * 1033, 3^2 * 5^2 * 7^2 * 17^2 * 18973, 3^2 * 5^2 * 13^2 * 19^2 * 5021, 3^2 * 5^2 * 7^2 * 199^2 * 257. - Giovanni Resta, Apr 21 2019
From Antti Karttunen, Jan 13 2025: (Start)
Because of the "monotonic property" of bitwise-and, this is a subsequence of nondeficient numbers (A023196).
Both odd perfect numbers, and quasiperfect numbers, if such numbers exist at all, would satisfy the condition for being included in this sequence. Furthermore, any term must be either an odd square with an odd abundancy (in A156942), which subset is given in A379490 (where quasiperfect numbers must thus reside, if they exist), or be included in A228058, i.e., satisfy the Euler's criteria for odd perfect numbers.
(End)

Crossrefs

Programs

  • PARI
    for(n=1,oo,if((n%2)&&((2*n)==bitand(2*n,sigma(n))),print1(n,", ")));

Formula

{Odd k such that 2k = A318468(k)}.

Extensions

a(23)-a(24) from Giovanni Resta, Apr 21 2019

A325311 Odd abundant numbers k for which sigma(k) == 3 (mod 4).

Original entry on oeis.org

11025, 99225, 245025, 540225, 893025, 1334025, 2205225, 3980025, 4862025, 5832225, 6890625, 8037225, 8555625, 9828225, 10595025, 10989225, 12006225, 14402025, 19847025, 20385225, 24354225, 26163225, 26471025, 29648025, 31979025, 35820225, 38378025, 43758225, 46580625, 49491225, 50339025, 52490025, 55577025, 57836025, 60140025
Offset: 1

Views

Author

Antti Karttunen, Apr 20 2019

Keywords

Comments

These are all squares. Square roots are in A325312.

Crossrefs

Cf. A000203, A324647, A325312 (square roots).
Intersection of A005231 and A324899.
Subsequence of A156942.

Programs

  • Mathematica
    Select[Range[1, 7755, 2]^2, Mod[(s = DivisorSigma[1, #]), 4] == 3 && s > 2*# &] (* Amiram Eldar, Apr 05 2024 *)
  • PARI
    isA325311(n) = (n%2 && (3==sigma(n)%4) && sigma(n)>(2*n));

Formula

a(n) = A325312(n)^2. - Amiram Eldar, Apr 05 2024

A379504 a(n) is the number of ways of partitioning the divisors of n into two disjoint sets with equal sum, when an extra 1-divisor is added to the divisor set, and the two 1-divisors are considered distinct from each other.

Original entry on oeis.org

1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Antti Karttunen, Jan 06 2025

Keywords

Comments

A379505 is a variant where two 1's are considered indistinguishable. See comments there.

Examples

			a(18) = 2 as its divisor set with an extra 1 is [1_a, 1_b, 2, 3, 6, 9, 18], and this can be partitioned to two sets with equal sums either as 1_a+1_b+3+6+9 = 2+18 or as 2+3+6+9 = 1_a+1_b+18.
a(36) = 8 as its divisor set with an extra 1 is [1_a, 1_b, 2, 3, 4, 6, 9, 12, 18, 36], and this can be partitioned in any of the following ways:
   1_a + 1_b + 2 + 6 + 36    = 3 + 4 + 9 + 12 + 18,
   1_a + 2 + 3 + 4 + 36      = 1_b + 9 + 6 + 12 + 18,
   1_b + 2 + 3 + 4 + 36      = 1_a + 9 + 6 + 12 + 18,
   1_a + 3 + 6 + 36          = 1_b + 2 + 4 + 9 + 12 + 18,
   1_b + 3 + 6 + 36          = 1_a + 2 + 4 + 9 + 12 + 18,
   1_a + 9 + 36              = 1_b + 2 + 3 + 4 + 6 + 12 + 18,
   1_b + 9 + 36              = 1_a + 2 + 3 + 4 + 6 + 12 + 18,
   4 + 6 + 36                = 1_a + 1_b + 2 + 3 + 9 + 12 + 18,
where each sum on the left and right hand side gives (sigma(36)+1)/2 = 46.
		

Crossrefs

Cf. A083206, A103977, A156942, A379502, A379503 (positions of nonzero terms), A379505 (variant where two 1's are considered indistinguishable).
Cf. A000079 (conjectured to give the positions of 1's).

Programs

  • PARI
    partitions_into_distinct_parts(n, parts, from=1) = if(!n, 1, if(from>#parts, 0, my(s=0); for(i=from, #parts, if(parts[i]<=n, s += partitions_into_distinct_parts(n-parts[i], parts, i+1))); (s)));
    A379504(n) = if(!issquare(n) && !issquare(2*n), 0, my(divs=concat(1,divisors(n)), s=sigma(n)); partitions_into_distinct_parts((s+1)/2, vecsort(divs,,4))/2);
    
  • PARI
    A379504(n) = if(!issquare(n) && !issquare(2*n), 0, my(p=('x^1 + 'x^-1)); fordiv(n, d, p *= ('x^d + 'x^-d)); (polcoeff(p, 0)/2)); \\ Faster program, after code in A083206.

Formula

a(n) >= A379505(n).
A103977(n) = 1 <=> a(n) > 0.

A379949 Primitive abundant numbers (A091191) that are odd squares.

Original entry on oeis.org

342225, 1029447225, 1757705625, 2177622225, 14787776025, 18114198921, 32871503025, 45018230625, 150897287025, 245485566225, 296006724225, 705373218225, 1126920249225, 1329226832241, 1358425215225, 1545732725625, 1555265892609, 1783322538921, 2811755495241, 4627123655625, 5248080775161, 6140855705625, 7683069267225
Offset: 1

Views

Author

Antti Karttunen, Jan 07 2025

Keywords

Comments

Question: Does A379504(.) obtain generally smaller values for the terms of this subsequence of A156942 than for its non-primitive terms? (See A379951, with A379951(5) = 5969, where A156942(5) = 342225, the first term of this sequence). Is A103977(.) = 1 for all terms, i.e., is this a subsequence of A379503?

Crossrefs

Cf. A103977, A379504, A379950 (square roots).
Intersection of A016754 and A091191.
Intersection of A006038 and A156942.
Subsequences of the following sequences: A306796 (odd terms, but only if there are no odd perfect numbers), A363176, A379503 (conjectured).

Programs

  • PARI
    is_A379949(n) = if(!(n%2) || !issquare(n) || sigma(n)<=2*n, 0, fordiv(n, d, if(d>1 && sigma(n/d, -1)>2, return(0))); (1));
    
  • PARI
    is1(k) = {my(f = factor(k)); for(i = 1, #f~, f[i, 2] *= 2); if(sigma(f, -1) <= 2, return(0)); for(i = 1, #f~, f[i, 2] -= 1; if(sigma(f, -1) > 2, return(0)); f[i, 2] += 1); 1;}
    list(lim) = forstep(k = 1, lim, 2, if(is1(k), print1(k^2, ", "))); \\ Amiram Eldar, Mar 12 2025

Formula

a(n) = A379950(n)^2.

A083211 Abundant numbers (A005101) with no subset of their divisors such that the complement has the same sum.

Original entry on oeis.org

18, 36, 72, 100, 144, 162, 196, 200, 288, 324, 392, 400, 450, 576, 648, 738, 748, 774, 784, 800, 846, 882, 900, 954, 968, 1062, 1098, 1152, 1206, 1278, 1296, 1314, 1352, 1422, 1458, 1494, 1568, 1600, 1602, 1746, 1764, 1800, 1818, 1854, 1926, 1936, 1962, 2034, 2178, 2286, 2304, 2358, 2450, 2466, 2500, 2502, 2592, 2682, 2704, 2718, 2826, 2916, 2934, 3006, 3042
Offset: 1

Views

Author

Reinhard Zumkeller, Apr 22 2003

Keywords

Comments

A083206(a(n)) = 0; subsequence of A083210.
All [abundant] numbers with an odd sum of divisors (either a square or twice a square, A028982) must be terms because for these numbers the two subsets will be of opposite parity. - Robert G. Wilson v, Apr 01 2010, clarified by Antti Karttunen, Dec 05 2024

Examples

			Divisors of n=18: {1,2,3,6,9,18}; 18 is pseudo-perfect (A005835): 18=9+6+3, but there exist no two complementary subsets of divisors having the same sum, therefore 18 is a term.
		

Crossrefs

Intersection of A005101 and A083210.
Disjoint union of A156903 and A171641. - Amiram Eldar, Jun 20 2020
Positions of negative terms in A378600.
Cf. A000203, A028982, A083206, A156942 (odd terms), A378661 (characteristic function).

Programs

  • Mathematica
    fQ[n_] := Block[{d = Divisors[n], t, ds, x}, ds = Total[d]; If[Mod[ds, 2] > 0, False, t = CoefficientList[Product[1 + x^i, {i, d}], x]; t[[1 + ds/2]] > 0]]; Select[Range[3042], And[DivisorSigma[1, #] > 2 #, ! fQ[#]] &] (* Michael De Vlieger, Dec 04 2024, after T. D. Noe at A083207 *)
  • PARI
    A083206(n) = { my(s=sigma(n),p=1); if(s%2 || s < 2*n, 0, fordiv(n, d, p *= ('x^d + 'x^-d)); (polcoeff(p, 0)/2)); };
    is_A083211(n) = ((sigma(n)>2*n) && (0==A083206(n))); \\ Antti Karttunen, Dec 04 2024

Formula

{k such that sigma(k) > 2*k and A083206(k) = 0}. - Antti Karttunen, Dec 04 2024

Extensions

a(21)-a(46) from Robert G. Wilson v, Apr 01 2010
Many missing terms inserted, first ones at a(29) = 1206 and a(30) = 1278 - Antti Karttunen, Dec 04 2024

A379503 Almost Zumkeller numbers: Numbers whose Zumkeller-deficiency (A103977) is 1.

Original entry on oeis.org

1, 2, 4, 8, 16, 18, 32, 36, 64, 72, 100, 128, 144, 162, 196, 200, 256, 288, 324, 392, 400, 450, 512, 576, 648, 784, 800, 882, 900, 968, 1024, 1152, 1296, 1352, 1458, 1568, 1600, 1764, 1800, 1936, 2048, 2178, 2304, 2450, 2500, 2592, 2704, 2916, 3042, 3136, 3200, 3528, 3600, 3872, 4050, 4096, 4356, 4608, 4624, 4900, 5000
Offset: 1

Views

Author

Antti Karttunen, Jan 06 2025

Keywords

Comments

Numbers whose divisors can be partitioned into two disjoint sets with equal sum when an extra 1-divisor is added to them. - Amiram Eldar, Jan 06 2025
Question: Does A156942 give all odd squares > 1 of this sequence? There are two issues here: first, whether there are any almost perfect numbers (k such that sigma(k) = 2k-1) that are odd (and by necessity squares) other than 1, and second, whether A103977(k) = 1 for all terms of A156942? The first 15000 terms of A156942 are all members.

Examples

			18 is included, as its divisors with an extra 1 are [1, 1, 2, 3, 6, 9, 18], and these can be partitioned as 2+3+6+9 = 1+1+18 = 20.
36 is included, as its divisors with an extra 1 are [1, 1, 2, 3, 4, 6, 9, 12, 18, 36], and these can be partitioned to two sets with equal sums, for example as (1+2+3+4)+(36) = (1+9)+(6+12+18), and also in several other ways (see example in A379504).
11025 is included as its divisors with an extra 1 are [1, 1, 3, 5, 7, 9, 15, 21, 25, 35, 45, 49, 63, 75, 105, 147, 175, 225, 245, 315, 441, 525, 735, 1225, 1575, 2205, 3675, 11025], and 1+5+35+175+245+11025 = 1+3+7+9+15+21+25+45+49+63+75+105+147+225+315+441+525+735+1225+1575+2205+3675 = 11486 = (sigma(11025)+1)/2.
		

Crossrefs

Positions of 1's in A103977, positions of nonzero terms in A379504.
Cf. A083207, A379502 (characteristic function).
Subsequences: A000079, A156942 (conjectured)
Subsequence of A028982, and of A083210.

Programs

  • Maple
    KK:= proc(S) # Karmarkar-Karp algorithm
      local R,n,a,b;
      R:= S;
      for n from nops(R) by -1 to 2 do
        R:= sort([abs(R[-1]-R[-2]), op(R[1..-3])]);
      od;
      op(R) = 0
    end proc:
    filter:= proc(n) local S,t,d,R,i;
      S:= [1, op(numtheory:-divisors(n))];
      t:= convert(S,`+`)/2;
      if t < n then return false fi;
      if not t::integer then return false fi;
      if KK(S) then return true fi;
      evalb(coeff(mul(1+x^d,d=S),x,t) <> 0)
    end proc;
    select(filter, [$1..10000]); # Robert Israel, Jan 06 2025
  • PARI
    is_A379503 = A379502;

A174830 Odd numbers k such that k^2 is an abundant number.

Original entry on oeis.org

105, 315, 495, 525, 585, 735, 945, 1155, 1365, 1485, 1575, 1755, 1785, 1995, 2145, 2205, 2415, 2475, 2625, 2805, 2835, 2925, 3045, 3135, 3255, 3315, 3465, 3675, 3705, 3795, 3885, 4095, 4305, 4455, 4485, 4515, 4725, 4785, 4845, 4935, 5115, 5145, 5265
Offset: 1

Views

Author

Robert G. Wilson v, Mar 30 2010

Keywords

Comments

Submitted at the suggestion of T. D. Noe.
For any number k, the abundance of k^2 is an odd number.
From Amiram Eldar, Jan 16 2025: (Start)
The least term that is not divisible by 5 is a(75) = 9009.
The least term that is not divisible by 3 is a(296889) = 37182145.
The least term that is coprime to 15 is 3909612711980232366109. (End)
The numbers of terms that do not exceed 10^k, for k = 3, 4, ..., are 7, 83, 792, 7988, 80082, 796603, 7952883, 79585351, ... . Apparently, the asymptotic density of this sequence exists and equals 0.00795... . - Amiram Eldar, Apr 25 2025

Crossrefs

Programs

  • Mathematica
    fQ[n_] := Block[{ds = DivisorSigma[1, n^2] - 2 n^2}, ds > 0 && OddQ@ ds]; Select[ Range[1, 5353, 2], fQ@# &]
  • PARI
    is(n)=n%2 && sigma(n^2,-1)>2 \\ Charles R Greathouse IV, Feb 21 2017
    
  • PARI
    [2*k-1|k<-[1..6e3\2],sigma((2*k-1)^2,-1)>2] \\ M. F. Hasler, Jan 26 2020

Formula

a(n) = sqrt(A156942(n)). - M. F. Hasler, Jan 26 2020

Extensions

Name corrected by T. D. Noe, Jul 09 2010

A379505 a(n) is the number of ways of partitioning the divisors of n into two disjoint sets with equal sum, when an extra 1-divisor is added to the divisor set, and the two 1-divisors are considered indistinguishable.

Original entry on oeis.org

1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
Offset: 1

Views

Author

Antti Karttunen, Jan 07 2025

Keywords

Comments

Conjecture 1: For all n >= 1, a(A156942(n)) > 0. Also, if a(A156942(n)) > 1 is true for all n, it would imply that there are no quasiperfect numbers, numbers x with sigma(x) = 2x+1, as such numbers must all reside in A156942 and have a(x) = 1. (See references in A336700).
Conjecture 2: a(n) = 1 if and only if n = 2^k, with k >= 0. This claim is equal to the statement that there are neither quasiperfect numbers nor almost perfect (least deficient) numbers, numbers x with sigma(x) = 2x-1, others than those given by A000079.

Examples

			a(18) = 2 as its divisor set with an extra 1 is [1, 1, 2, 3, 6, 9, 18], and this can be partitioned to two sets with equal sums either as 1+1+3+6+9 = 2+18 or as 2+3+6+9 = 1+1+18.
a(36) = 5 as its divisor set with an extra 1 is [1, 1, 2, 3, 4, 6, 9, 12, 18, 36], and this can be partitioned in any of the following five ways, when two 1's are considered indistinguishable:
  1+1+2+6+36  = 3+4+9+12+18,
  1+2+3+4+36  = 1+6+9+12+18,
  1+3+6+36    = 1+2+4+9+12+18,
  1+9+36      = 1+2+3+4+6+12+18,
  4+6+36      = 1+1+2+3+9+12+18,
where each sum on the left and right hand side gives (sigma(36)+1)/2 = 46.
There are 42 partitions of (sigma(72)+1)/2 = 98 into the divisors of 72, [1, 2, 3, 4, 6, 8, 9, 12, 18, 24, 36, 72], with an extra 1 allowed:
  [2, 24, 72],
  [1, 1, 24, 72],
  [8, 18, 72],
  [2, 6, 18, 72],
  [1, 1, 6, 18, 72],
  [1, 3, 4, 18, 72],
  [1, 1, 2, 4, 18, 72],
  [1, 4, 9, 12, 72],
  [2, 3, 9, 12, 72],
  [1, 1, 3, 9, 12, 72],
  [6, 8, 12, 72],
  [2, 4, 8, 12, 72],
  [1, 1, 4, 8, 12, 72],
  [1, 2, 3, 8, 12, 72],
  [1, 3, 4, 6, 12, 72],
  [1, 1, 2, 4, 6, 12, 72],
  [3, 6, 8, 9, 72],
  [1, 2, 6, 8, 9, 72],
  [2, 3, 4, 8, 9, 72],
  [1, 1, 3, 4, 8, 9, 72],
  [1, 1, 2, 3, 4, 6, 9, 72],
  [8, 12, 18, 24, 36],
  [2, 6, 12, 18, 24, 36],
  [1, 1, 6, 12, 18, 24, 36],
  [1, 3, 4, 12, 18, 24, 36],
  [1, 1, 2, 4, 12, 18, 24, 36],
  [3, 8, 9, 18, 24, 36],
  [1, 2, 8, 9, 18, 24, 36],
  [1, 4, 6, 9, 18, 24, 36],
  [2, 3, 6, 9, 18, 24, 36],
  [1, 1, 3, 6, 9, 18, 24, 36],
  [1, 1, 2, 3, 4, 9, 18, 24, 36],
  [2, 4, 6, 8, 18, 24, 36],
  [1, 1, 4, 6, 8, 18, 24, 36],
  [1, 2, 3, 6, 8, 18, 24, 36],
  [3, 6, 8, 9, 12, 24, 36],
  [1, 2, 6, 8, 9, 12, 24, 36],
  [2, 3, 4, 8, 9, 12, 24, 36],
  [1, 1, 3, 4, 8, 9, 12, 24, 36],
  [1, 1, 2, 3, 4, 6, 9, 12, 24, 36],
  [2, 3, 4, 6, 8, 9, 12, 18, 36],
  [1, 1, 3, 4, 6, 8, 9, 12, 18, 36],
therefore a(72) = 42/2 = 21.
		

Crossrefs

Cf. A083206, A103977, A156942, A336700, A379502, A379503 (positions of nonzero terms), A379504 (version where two 1's are considered distinct).
Cf. A000079 (conjectured to give the positions of 1's).

Programs

  • PARI
    partitions_into_distinct_parts_with_extra1allowed(n, parts, from=1) = if(n<=1, 1, if(from>#parts, 0, my(s=0); for(i=from, #parts, if(parts[i]<=n, s += partitions_into_distinct_parts_with_extra1allowed(n-parts[i], parts, i+1))); (s)));
    A379505(n) = if(1==n, n, if(!issquare(n) && !issquare(2*n), 0, my(divs=divisors(n), s=sigma(n)); partitions_into_distinct_parts_with_extra1allowed((s+1)/2, vecsort(divs,,4))/2));

Formula

a(n) <= A379504(n).
A103977(n) = 1 <=> a(n) > 0.

A347890 Odd numbers k such that sigma(k) > 2*k and A003415(sigma(k)) < k, where A003415 is the arithmetic derivative, and sigma is the sum of divisors function.

Original entry on oeis.org

245025, 540225, 893025, 2205225, 3080025, 4862025, 6125625, 6890625, 7868025, 10989225, 13505625, 14402025, 19847025, 22896225, 23474025, 26471025, 27720225, 29648025, 43758225, 45765225, 55130625, 57836025, 60140025, 65367225, 70812225, 72335025, 76475025, 77000625, 94770225, 121550625, 153140625, 156125025
Offset: 1

Views

Author

Antti Karttunen, Sep 19 2021

Keywords

Comments

Odd numbers k such that A033880(k) is positive but A342926(k) is negative.
This is a subsequence of A156942, "odd abundant numbers whose abundance is odd". Proof: If sigma(k) > 2*k, and sigma(k) were even, then sigma(k)/2 would be an integer and a divisor of sigma(k), and we could compute A003415(sigma(k)) as A003415(2)*(sigma(k)/2) + 2*A003415(sigma(k)/2) by the definition of the arithmetic derivative. But that value is certainly larger than k, because sigma(k)/2 > k, therefore sigma(k) must be an odd number, with also its abundance sigma(k)-(2k) odd. This also entails that all terms are squares. See A347891 for the square roots.
The first term that is not a multiple of 25 is a(146) = 6800806089 = 82467^2.
This is not a subsequence of A325311. The first term that is not present there is a(5) = 3080025.

Crossrefs

Intersection of A005231 and A343216.
Subsequence of A016754, of A156942 and of A347889 (its odd terms).
Cf. A000203, A003415, A033880, A325311, A342926, A347891 (the square roots).

Programs

  • PARI
    \\ Using the program given in A347891 would be much faster than this:
    A003415(n) = if(n<=1, 0, my(f=factor(n)); n*sum(i=1, #f~, f[i, 2]/f[i, 1]));
    isA347890(n) = ((n%2)&&(A003415(sigma(n))(2*n)));
Showing 1-10 of 12 results. Next