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.

A278783 Numbers m such that A000041(m) is of the form 2^6 * k for odd k.

Original entry on oeis.org

66, 149, 298, 435, 450, 518, 615, 703, 751, 764, 765, 855, 982, 1389, 1398, 1411, 1555, 1896, 2113, 2124, 2286, 2400, 2575, 2618, 2816, 2890, 2989, 3032, 3113, 3202, 3351, 3430, 3454, 3485, 3509, 3562, 3652, 3786, 3994, 4061, 4202, 4690, 5042, 5055, 5067
Offset: 1

Views

Author

Colin Barker, Nov 28 2016

Keywords

Comments

Also numbers m such that A000041(m) has six times as many even divisors as odd divisors.

Crossrefs

Positions of 6's in A278478.

Programs

  • Mathematica
    Select[Range[5100], IntegerExponent[PartitionsP[#], 2] == 6 &] (* Amiram Eldar, May 25 2024 *)
  • PARI
    isok(n) = valuation(numbpart(n), 2)==6;
    select(n->isok(n), vector(6000, n, n))

Formula

A000041(a(n)) = A278200(n).