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.

A254269 Largest prime factor of the strict partition numbers Q(n) (partitions into distinct parts, A000009).

Original entry on oeis.org

1, 1, 1, 2, 2, 3, 2, 5, 3, 2, 5, 3, 5, 3, 11, 3, 2, 19, 23, 3, 2, 19, 89, 13, 61, 71, 11, 3, 37, 2, 37, 17, 13, 7, 2, 13, 167, 19, 3, 491, 53, 7, 31, 23, 227, 2, 3, 37, 97, 17, 59, 241, 79, 5, 953, 1063, 1777, 29, 367, 17, 17, 3019, 181, 29, 4111
Offset: 0

Views

Author

Jean-François Alcover, Jan 27 2015

Keywords

Comments

A035359 is the sequence of indices n such that a(n) = A000009(n).

Crossrefs

Programs

  • Mathematica
    Table[FactorInteger[PartitionsQ[n]][[-1, 1]], {n, 0, 100}]