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.

A269861 Numbers n such that n and A048673(n) are of opposite parity.

Original entry on oeis.org

4, 5, 7, 10, 12, 14, 15, 16, 17, 19, 21, 29, 30, 34, 36, 38, 40, 41, 42, 43, 44, 45, 48, 51, 52, 53, 55, 56, 57, 58, 61, 63, 64, 65, 67, 73, 77, 79, 82, 86, 87, 90, 91, 92, 100, 101, 102, 103, 106, 108, 110, 113, 114, 115, 120, 122, 123, 124, 125, 126, 127, 129, 130, 132, 134, 135, 136, 137, 140, 144, 146, 148, 149
Offset: 1

Views

Author

Antti Karttunen, Mar 16 2016

Keywords

Comments

Union of even terms of A246261 and odd terms of A246263.

Crossrefs

Complement: A269860.
Left inverse: A269862.
Cf. also A270431.

Programs

  • Mathematica
    f[n_] := (Times @@ Power[If[# == 1, 1, NextPrime@ #] & /@ First@ #, Last@ #] + 1)/2 &@ Transpose@ FactorInteger@ n; Select[Range@ 150, Xor[EvenQ@ f@ #, EvenQ@ #] &] (* Michael De Vlieger, Mar 17 2016 *)

Formula

Other identities. For all n >= 1:
A269862(a(n)) = n.