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.

A353870 Primitive terms of A353868.

Original entry on oeis.org

1, 2, 3, 14, 15, 20, 35, 52, 63, 65, 78, 117, 119, 182, 190, 204, 255, 272, 275, 342, 370, 377, 418, 455, 513, 595, 663, 666, 680, 775, 819, 855, 969, 999, 1045, 1118, 1292, 1314, 1330, 1421, 1460, 1525, 1547, 1558, 1615, 1665, 1768, 1881, 1885, 1887, 1925, 1971, 2190, 2261, 2328, 2394, 2470, 2590, 2639, 2716
Offset: 1

Views

Author

Max Alekseyev, May 08 2022

Keywords

Comments

Terms of A353868 that are neither a product of smaller terms nor a product of a term and a prime dividing it.

Crossrefs

Squarefree terms form A353871.

A353871 Squarefree primitive terms of A353868; also primitive terms of A353869.

Original entry on oeis.org

1, 2, 3, 14, 15, 35, 65, 78, 119, 182, 190, 255, 370, 377, 418, 455, 595, 663, 969, 1045, 1118, 1330, 1547, 1558, 1615, 1885, 1887, 2190, 2261, 2470, 2590, 2639, 2795, 2926, 3315, 3395, 3553, 3567, 3723, 3895, 4074, 4147, 4199, 4403, 4407, 4810, 5110, 5434, 5890, 5945, 7030, 7315, 7826, 8106, 8323, 8569
Offset: 1

Views

Author

Max Alekseyev, May 08 2022

Keywords

Comments

Terms of A353869 that cannot be obtained as a product of smaller terms.

Crossrefs

Intersection of A353869 and A353870. Also, intersection of A005117 and A353870.

A353869 Squarefree numbers k such that the Carmichael function A002322(k) divides the Dedekind psi A001615(k).

Original entry on oeis.org

1, 2, 3, 6, 14, 15, 30, 35, 42, 65, 70, 78, 105, 119, 130, 182, 190, 195, 210, 238, 255, 357, 370, 377, 390, 418, 455, 510, 546, 570, 595, 663, 714, 754, 910, 969, 1045, 1110, 1118, 1131, 1190, 1254, 1326, 1330, 1365, 1547, 1558, 1615, 1785, 1885, 1887, 1938, 2090, 2190, 2261, 2262, 2470, 2590, 2639, 2730
Offset: 1

Views

Author

Max Alekseyev, May 08 2022

Keywords

Comments

If s,t are terms, then so is lcm(s,t); in particular, if s,t are coprime, then s*t is also a term. Primitive squarefree terms are listed in A353871.

Crossrefs

Intersection of A005117 and A353868.

Programs

  • Mathematica
    psi[1] = 1; psi[n_] := n * Times @@ (1 + 1/Transpose[FactorInteger[n]][[1]]); Select[Range[3000], SquareFreeQ[#] && Divisible[psi[#], CarmichaelLambda[#]] &] (* Amiram Eldar, May 09 2022 *)
Showing 1-3 of 3 results.