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.

A336642 One less than the largest square dividing n: a(n) = A008833(n)-1.

Original entry on oeis.org

0, 0, 0, 3, 0, 0, 0, 3, 8, 0, 0, 3, 0, 0, 0, 15, 0, 8, 0, 3, 0, 0, 0, 3, 24, 0, 8, 3, 0, 0, 0, 15, 0, 0, 0, 35, 0, 0, 0, 3, 0, 0, 0, 3, 8, 0, 0, 15, 48, 24, 0, 3, 0, 8, 0, 3, 0, 0, 0, 3, 0, 0, 8, 63, 0, 0, 0, 3, 0, 0, 0, 35, 0, 0, 24, 3, 0, 0, 0, 15, 80, 0, 0, 3, 0, 0, 0, 3, 0, 8, 0, 3, 0, 0, 0, 15, 0, 48, 8, 99, 0, 0, 0, 3, 0
Offset: 1

Views

Author

Antti Karttunen, Jul 28 2020

Keywords

Crossrefs

Cf. A008833.
Cf. also A336551, A336641, A336644.

Programs

  • PARI
    A336642(n) = ((n/core(n))-1);