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.

A275928 Number of odd divisors of A101292(n).

Original entry on oeis.org

1, 1, 2, 2, 2, 8, 8, 4, 12, 18, 8, 8, 4, 12, 32, 8, 4, 24, 12, 16, 128, 64, 32, 16, 96, 144, 32, 64, 12, 256, 16, 16, 16, 384, 128, 48, 6, 48, 64, 128, 8, 64, 32, 64, 384, 144, 16, 128, 12, 144, 768, 64, 32, 2048, 128, 256, 256, 1536, 32, 64, 128, 48
Offset: 0

Views

Author

N. J. A. Sloane, Aug 30 2016

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Count[Divisors[n! + Total@ Range@ n], d_ /; OddQ@ d], {n, 0, 54}] (* Michael De Vlieger, Aug 30 2016 *)

Extensions

More terms from Michael De Vlieger, Aug 30 2016
More terms from Alois P. Heinz, Aug 30 2016