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.

A108181 Semiprimes of the form 4n + 1.

Original entry on oeis.org

9, 21, 25, 33, 49, 57, 65, 69, 77, 85, 93, 121, 129, 133, 141, 145, 161, 169, 177, 185, 201, 205, 209, 213, 217, 221, 237, 249, 253, 265, 289, 301, 305, 309, 321, 329, 341, 361, 365, 377, 381, 393, 413, 417, 437, 445, 453, 469, 473, 481, 485, 489, 493, 497
Offset: 1

Views

Author

Giovanni Teofilatto, Jun 14 2005

Keywords

Comments

Either a(n)=(4*i+1)*(4*j+1) or a(n)=(4*i+3)*(4*j+3); - Reinhard Zumkeller, Jun 15 2005
A107978 is a subsequence. - Reinhard Zumkeller, Jun 15 2005

Crossrefs

Programs

  • Magma
    IsSemiprime:= func; [s: n in [2..150] | IsSemiprime(s) where s is 4*n + 1]; // Vincenzo Librandi, Sep 22 2012
  • Mathematica
    Select[4Range[0, 150] + 1, PrimeOmega[#] == 2&] (* Vincenzo Librandi, Sep 22 2012 *)

Extensions

Corrected and extended by Reinhard Zumkeller, Jun 15 2005