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.

A171127 Numbers k such that A169611(k) = 2.

Original entry on oeis.org

4, 6, 9, 20, 28, 30, 42, 44, 45, 52, 63, 66, 68, 76, 78, 92, 99, 100, 102, 114, 116, 117, 124, 138, 140, 148, 150, 153, 164, 171, 172, 174, 186, 188, 196, 207, 210, 212, 220, 222, 225, 236, 244, 246, 258, 260, 261, 268, 279, 282, 284, 292, 294, 308, 315, 316
Offset: 1

Views

Author

Juri-Stepan Gerasimov, Dec 04 2009

Keywords

Comments

The asymptotic density of this sequence is 19/108. - Amiram Eldar, Jan 16 2022

Crossrefs

Cf. A169611.

Programs

  • Mathematica
    f[n_] := Plus @@ Last /@ Select[ FactorInteger@ n, 1 < #[[1]] < 4 &]; Select[ Range@ 317, f@# == 2 &] (* Robert G. Wilson v, Dec 19 2009) (* Extended beyond 150 by R. J. Mathar, Dec 09 2009 *)

Extensions

Extended beyond 150 by R. J. Mathar, Dec 09 2009