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

A336552 Numbers k such that A003557(k)-1 either divides A326143(k) [= A001065(k) - A007947(k)], or both are zero. Numbers k such that gcd(A336551(k), A326143(k)) is equal to A336551(k).

Original entry on oeis.org

4, 6, 12, 20, 24, 28, 44, 45, 48, 52, 60, 63, 68, 76, 84, 90, 92, 96, 99, 116, 117, 120, 124, 126, 132, 140, 144, 147, 148, 150, 153, 156, 164, 168, 171, 172, 188, 192, 198, 204, 207, 212, 220, 228, 234, 236, 244, 260, 261, 264, 268, 272, 276, 279, 284, 292, 294, 306, 308, 312, 315, 316, 325, 332, 333, 340, 342, 348, 350
Offset: 1

Views

Author

Antti Karttunen, Jul 28 2020

Keywords

Comments

Numbers k such that either A336551(k) and A326143(k) are both zero (in which case k is squarefree), or A336551(k) divides A326143(k) (in which case k is not squarefree).

Crossrefs

Cf. A007947, A326143, A336550, A336551, A336553 (odd terms).

Programs

A336554 Odd numbers k such that rad(k) divides sigma(k).

Original entry on oeis.org

1, 135, 891, 1521, 3375, 5733, 10935, 11907, 41067, 43875, 84375, 89667, 92781, 98865, 107811, 108927, 154791, 185625, 200655, 216513, 226233, 273375, 274625, 287469, 307125, 336141, 416745, 448335, 480249, 544635, 557375, 570375, 590625, 627669, 628849, 648675, 692055, 823875, 885735, 931095, 968877, 1071875, 1108809, 1131165
Offset: 1

Views

Author

Antti Karttunen, Jul 28 2020

Keywords

Comments

Only a minority of terms seem to be also in A228058: 5733, 92781, 2069613, 3341637, 4179357, 5929605, 60998353, 67637349, 89162541 among the first 216, the five of them which occur also in A263983.
Question: Is the intersection with A336553 empty?

Crossrefs

Odd terms of A175200.
Cf. also A336553.

Programs

  • PARI
    isA336554(n) = if(!(n%2),0,!(sigma(n) % factorback(factorint(n)[, 1])));
Showing 1-2 of 2 results.