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.

A190299 Squarefree semiprimes of the form 4k+1.

Original entry on oeis.org

21, 33, 57, 65, 69, 77, 85, 93, 129, 133, 141, 145, 161, 177, 185, 201, 205, 209, 213, 217, 221, 237, 249, 253, 265, 301, 305, 309, 321, 329, 341, 365, 377, 381, 393, 413, 417, 437, 445, 453, 469, 473, 481, 485, 489, 493, 497, 501, 505, 517, 533, 537, 545
Offset: 1

Views

Author

Keywords

Comments

There are 961 squarefree semiprimes of the form 4k+1 below 10000.

Crossrefs

Cf. A001358, A006881, A080774. Union of A131574 and A016105.

Programs

  • Mathematica
    Select[Range[1,600,4],Last/@FactorInteger[#]=={1,1}&]

Extensions

Edited by Ray Chandler, Dec 16 2011