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.

A048242 Numbers that are not the sum of two abundant numbers (not necessarily distinct).

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 27, 28, 29, 31, 33, 34, 35, 37, 39, 41, 43, 45, 46, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109
Offset: 1

Views

Author

Jud McCranie, Dec 11 1999

Keywords

Comments

a(1456) = 20161 is the last term.
a(38) = 46 is the largest even term. - Alonso del Arte, Sep 11 2016

Examples

			12 is abundant, so 24=12+12 is not a term.
		

References

  • Problem 13, ABACUS.
  • Thomas R. Parkin and Leon J. Lander, Abundant numbers, Aerospace Corporation, Los Angeles, 1964, 119 unnumbered pages. Copy deposited in UMT file.
  • Joe Roberts, Lure of the Integers, MAA Spectrum, 1992, p. 273, integer 20161.
  • David Wells, The Penguin Dictionary of Curious and Interesting Numbers, Penguin Book, 1986, p. 175, entry 20161.

Crossrefs

Complement of A048260.
Cf. A005101.

Programs

  • PARI
    setminus([1..20161], setbinop((x,y)->x+y, select(k->sigma(k,-1)>2,[1..16695]))) \\ Charles R Greathouse IV, Oct 10 2017

A168226 Even numbers which are the sum of two odd abundant numbers.

Original entry on oeis.org

1890, 2520, 3150, 3780, 4410, 5040, 5670, 6300, 6720, 6930, 7350, 7380, 7560, 7770, 7980, 8010, 8190, 8370, 8400, 8610, 8640, 8820, 9000, 9030, 9240, 9270, 9360, 9450, 9630, 9660, 9870, 9900, 9990, 10080, 10260, 10290, 10500, 10530, 10620, 10710
Offset: 1

Views

Author

William Rex Marshall, Nov 20 2009

Keywords

Comments

Every even number >= 3706141025766237065507279802221127212928 is the sum of two odd abundant numbers. The largest even number which does not appear in this sequence is unknown.

Examples

			945 is the smallest odd abundant number, so 945 + 945 = 1890 is the first term in the sequence.
		

Crossrefs

Programs

  • PARI
    mx=66240; x=vector(mx); k=144; v=vector(k); c=0; forstep(i=945, mx-1, 2, if(sigma(i)-2*i>0, c++; v[c]=i)); for(i=1, k, for(j=i, k, s=v[i]+v[j]; if(s<=mx, x[s]=1, next(2)))); c=0; forstep(n=1890, mx, 2, if(x[n]==1, c++; write("b168226.txt", c " " n))) /* Donovan Johnson, Jan 03 2013 */

A270660 Numbers in the range of the sum of abundant divisors function.

Original entry on oeis.org

12, 18, 20, 24, 30, 32, 36, 38, 40, 42, 44, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180
Offset: 1

Views

Author

Timothy L. Tiffin, Jul 12 2016

Keywords

Comments

Possible values for the sum of abundant divisors of the positive integers, written in ascending order.
Distinct nonzero values found in A187795.
The smallest odd integer in this sequence is 945, and the first run of three consecutive integers is 944, 945, 946.
This sequence contains every even integer greater than 46 and every odd integer greater than 20161.

References

  • Sin Hitotumatu, On the Limit for the Representation by the Sum of Two Abundant Numbers, Publications of the Research Institute for Mathematical Sciences of Kyoto University, 8 (1972/1973), 111-116.

Crossrefs

Cf. A048242, supersequence of A005101 and A048260, A187795.

A271113 Numbers not in the range of the sum of abundant divisors function.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 19, 21, 22, 23, 25, 26, 27, 28, 29, 31, 33, 34, 35, 37, 39, 41, 43, 45, 46, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139
Offset: 1

Views

Author

Timothy L. Tiffin, Jul 13 2016

Keywords

Comments

Numbers which do not appear in A187795 or in A270660; that is, there is no integer N whose sum of abundant divisors is equal to a(n) for any n.
This is a finite sequence that contains every odd positive integer less than 945, twelve even integers with 46 being the largest, and has the prime number 20161 as its last term.
A048242 contains the first three primitive abundant numbers: 12, 18, 20.

Crossrefs

Cf. A005101, subsequence of A048242 and A263837, A048260, A187795, A270660 (complement).
Showing 1-4 of 4 results.