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-6 of 6 results.

A076871 Sum of two powerful numbers (definition (1), A001694).

Original entry on oeis.org

2, 5, 8, 9, 10, 12, 13, 16, 17, 18, 20, 24, 25, 26, 28, 29, 31, 32, 33, 34, 35, 36, 37, 40, 41, 43, 44, 45, 48, 50, 52, 53, 54, 57, 58, 59, 61, 63, 64, 65, 68, 72, 73, 74, 76, 80, 81, 82, 85, 88, 89, 90, 91, 96, 97, 98, 99, 100, 101, 104, 106, 108, 109, 112, 113, 116, 117
Offset: 1

Views

Author

N. J. A. Sloane, Nov 25 2002

Keywords

Comments

Complement of A085253. - Reinhard Zumkeller, Jun 23 2003

References

  • Aleksandar Ivić, The Riemann Zeta-Function, Wiley, NY, 1985, see p. 439.

Crossrefs

Different from A070049.

Programs

  • Mathematica
    With[{m = 120}, pow = Select[Range[m], # == 1 || Min[FactorInteger[#][[;; , 2]]] > 1 &]; Select[Union[Plus @@@ Tuples[pow, {2}]], # <= m &]] (* Amiram Eldar, Jan 30 2023 *)

Formula

A085252(a(n)) > 0. - Reinhard Zumkeller, Jun 23 2003
Blomer shows that there are x/log^k x sums of two powerful numbers up to x, where k = 0.20629947... is A261883. - Charles R Greathouse IV, Sep 04 2015

Extensions

More terms from Vladeta Jovovic, Nov 25 2002

A085253 Numbers having no representation as sum of two powerful numbers (A001694).

Original entry on oeis.org

1, 3, 4, 6, 7, 11, 14, 15, 19, 21, 22, 23, 27, 30, 38, 39, 42, 46, 47, 49, 51, 55, 56, 60, 62, 66, 67, 69, 70, 71, 75, 77, 78, 79, 83, 84, 86, 87, 92, 93, 94, 95, 102, 103, 105, 107, 110, 111, 114, 115, 118, 119, 120, 123, 131, 138, 139, 142, 143, 147, 151, 154
Offset: 1

Views

Author

Reinhard Zumkeller, Jun 23 2003

Keywords

Comments

Complement of A076871.

Crossrefs

Different from A075434.

Programs

  • Mathematica
    With[{m = 160}, pow = Select[Range[m], # == 1 || Min[FactorInteger[#][[;; , 2]]] > 1 &]; Complement[Range[m], Select[Union[Plus @@@ Tuples[pow, {2}]], # <= m &]]] (* Amiram Eldar, Jan 30 2023 *)

Formula

A085252(a(n)) = 0.

A085254 Numbers having a unique representation as sum of two powerful numbers (A001694).

Original entry on oeis.org

2, 5, 8, 9, 10, 12, 13, 16, 18, 20, 24, 25, 26, 28, 29, 31, 32, 34, 35, 37, 43, 44, 45, 48, 53, 54, 58, 59, 61, 63, 64, 74, 82, 88, 90, 91, 96, 98, 99, 100, 101, 106, 112, 121, 122, 124, 126, 127, 128, 134, 135, 140, 141, 146, 149, 150, 155, 161, 162, 169, 171
Offset: 1

Views

Author

Reinhard Zumkeller, Jun 23 2003

Keywords

Crossrefs

Programs

  • Mathematica
    With[{m = 180}, pow = Select[Range[m], # == 1 || Min[FactorInteger[#][[;; , 2]]] > 1 &]; Position[BinCounts[Select[Plus @@@ Union[Sort /@ Tuples[pow, {2}]], # <= m &], {1, m, 1}], 1] // Flatten] (* Amiram Eldar, Jan 30 2023 *)

Formula

A085252(a(n)) = 1.

A085255 Numbers having at least two representations as a sum of two powerful numbers (A001694).

Original entry on oeis.org

17, 33, 36, 40, 41, 50, 52, 57, 65, 68, 72, 73, 76, 80, 81, 85, 89, 97, 104, 108, 109, 113, 116, 117, 125, 129, 130, 132, 133, 136, 137, 144, 145, 148, 152, 153, 157, 160, 164, 170, 172, 177, 180, 185, 189, 193, 197, 200, 201, 204, 205, 208, 209, 216, 221
Offset: 1

Views

Author

Reinhard Zumkeller, Jun 23 2003

Keywords

Crossrefs

Programs

  • Mathematica
    With[{m = 222}, pow = Select[Range[m], # == 1 || Min[FactorInteger[#][[;; , 2]]] > 1 &]; Position[BinCounts[Select[Plus @@@ Union[Sort /@ Tuples[pow, {2}]], # <= m &], {1, m, 1}], ?(# > 1 &)] // Flatten] (* _Amiram Eldar, Jan 30 2023 *)

Formula

A085252(a(n)) > 1.

A115354 a(n) is the smallest number representable in exactly n ways as a sum of 2 powerful(1) numbers.

Original entry on oeis.org

2, 17, 108, 153, 297, 657, 1764, 2052, 4644, 6156, 10800, 16200, 22932, 29000, 11025, 54225, 92025, 68796, 100548, 99225, 44100, 88200, 264600, 431244, 176400, 441000, 666468, 1151172, 352800, 617400, 396900, 926100, 980100, 793800, 1234800
Offset: 1

Views

Author

Giovanni Resta, Jan 21 2006

Keywords

Comments

Here we are considering powerful numbers (first definition) A001694. Note that, by definition, 1 is powerful.

Examples

			a(2)=17, since 17 = 16+1 = 8+9.
		

Crossrefs

Programs

  • Mathematica
    pwfQ[n_] := n == 1 || Min[Transpose[FactorInteger@n][[2]]] > 1; lim=200000; pt = Select[Range[lim], pwfQ]; t = Table[0, {i, lim}]; Do[v = pt[[i]]+ pt[[j]]; If[v<=lim, t[[v]]++ ], {i, Length@pt}, {j, i}]; Table[Position[t, k][[1, 1]], {k, 22}]

Extensions

a(23)-a(35) from Donovan Johnson, Dec 07 2008

A115355 a(n) is the smallest number representable in exactly n ways as a sum of 3 powerful(1) numbers.

Original entry on oeis.org

3, 17, 33, 41, 66, 77, 89, 117, 133, 145, 153, 189, 161, 225, 301, 257, 324, 333, 341, 297, 432, 425, 369, 517, 613, 441, 521, 585, 513, 809, 689, 792, 657, 1001, 801, 881, 1000, 1017, 873, 945, 900, 1265, 1169, 1425, 1089, 1125, 1197, 1481, 1161, 1584
Offset: 1

Views

Author

Giovanni Resta, Jan 21 2006

Keywords

Comments

Here we are considering powerful numbers (first definition) A001694. Note that, by definition, 1 is powerful.

Examples

			a(2) = 17 since 17 = 4+4+9 = 8+8+1.
		

Crossrefs

Programs

  • Mathematica
    pwfQ[n_] := n==1 || Min[Transpose[FactorInteger@n][[2]]] > 1; lim = 5000; pt = Select[Range[lim], pwfQ]; t = Table[0, {i, lim}]; Do[v = pt[[i]]+pt[[j]]+pt[[k]]; If[v <= lim, t[[v]]++ ], {i, Length@pt}, {j, i}, {k, j}]; Table[Position[t, k][[1, 1]], {k, 60}]
Showing 1-6 of 6 results.