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.

A121684 Union of {8, 9, 18}, S, 2S and 4S, where S = odd squarefree numbers (A056911).

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 26, 28, 29, 30, 31, 33, 34, 35, 37, 38, 39, 41, 42, 43, 44, 46, 47, 51, 52, 53, 55, 57, 58, 59, 60, 61, 62, 65, 66, 67, 68, 69, 70, 71, 73, 74, 76, 77, 78, 79, 82, 83, 84, 85, 86, 87, 89, 91, 92, 93, 94, 95, 97
Offset: 1

Views

Author

N. J. A. Sloane, Sep 13 2006

Keywords

Comments

Numbers n such that the cyclic group Z_n is a CI-group.
The asymptotic density of this sequence is 7/Pi^2. - Amiram Eldar, May 10 2022

Crossrefs

Programs

  • Mathematica
    With[{upto=100},Select[Sort[Join[{8,9,18},Flatten[{#,2#,4#}&/@ Select[ Range[1,upto,2],SquareFreeQ]]]],#<=upto&]] (* Harvey P. Dale, Sep 03 2015 *)