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.

A152425 Integer part of the n-th root of the number of partitions of n^n into distinct parts.

Original entry on oeis.org

1, 1, 5, 329, 137483613, 4509583237978309488810051189, 242639939633545703354650791456741100816768201372832720247783531678176442265132915735721710004729333425
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A064682.

Programs

  • Mathematica
    Table[IntegerPart[PartitionsQ[n^n]^(1/n)],{n,1,7}]

Extensions

Definition amended and a(7) from Georg Fischer, Oct 24 2024