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

A036920 Composite numbers n such that digit sum of n equals digit sum of sum of its prime factors (counted with multiplicity).

Original entry on oeis.org

4, 22, 27, 94, 105, 114, 121, 150, 166, 202, 204, 222, 224, 265, 274, 315, 342, 346, 355, 382, 438, 445, 450, 454, 517, 526, 540, 562, 612, 634, 640, 706, 841, 852, 913, 915, 922, 1068, 1086, 1111, 1120, 1122, 1138, 1165, 1185, 1200, 1219, 1221, 1230
Offset: 1

Views

Author

Patrick De Geest, Jan 04 1999

Keywords

Crossrefs

Programs

  • Mathematica
    ds[n_]:=Total[IntegerDigits[n]]; t={}; Do[If[!PrimeQ[n]&&ds[n]==ds[Total[ Times@@@FactorInteger[n]]],AppendTo[t,n]],{n,4,1230}]; t (* Jayanta Basu, Jun 04 2013 *)

Extensions

Title made more precise by Sean A. Irvine, Nov 30 2020

A036926 Digit sum of 'even' number equals digit sum of 'sum' and 'juxtaposition' of its prime factors (counted with multiplicity).

Original entry on oeis.org

4, 22, 94, 166, 202, 274, 346, 382, 438, 454, 526, 562, 634, 706, 852, 922, 1086, 1282, 1626, 1642, 1822, 1894, 1966, 2182, 2326, 2362, 2434, 2614, 2722, 2902, 2974, 3046, 3138, 3226, 3246, 3258, 3442, 3622, 3694, 3802, 3946, 4054, 4126, 4162, 4306, 4414
Offset: 1

Views

Author

Patrick De Geest, Jan 04 1999

Keywords

Crossrefs

A036927 Digit sum of 'odd' number equals digit sum of 'sum' and 'juxtaposition' of its prime factors (counted with multiplicity).

Original entry on oeis.org

27, 121, 265, 355, 517, 913, 915, 1111, 1165, 1219, 1255, 1507, 1633, 1903, 2067, 2155, 2173, 2227, 2265, 2409, 2515, 2605, 2965, 3091, 3505, 3615, 3865, 4209, 4765, 4855, 5071, 5305, 6115, 6315, 6457, 7051, 7447, 7465, 7915, 8005, 8023, 9015, 9031
Offset: 1

Views

Author

Patrick De Geest, Jan 04 1999

Keywords

Crossrefs

Showing 1-3 of 3 results.