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.

A134801 Concatenation of next n partition numbers of positive integers.

Original entry on oeis.org

1, 23, 5711, 15223042, 5677101135176, 231297385490627792, 1002125515751958243630103718, 456556046842834910143123101488317977, 216372601531185373384458353174632617517589134
Offset: 1

Views

Author

Omar E. Pol, Nov 12 2007

Keywords

Crossrefs

Cf. A053067, A132926, A133013. Partition numbers: A000041. See A134800 for another version of the concatenation of next n partition numbers.

Programs

  • Mathematica
    Module[{nn=10},FromDigits[Flatten[IntegerDigits/@#]]&/@TakeList[ PartitionsP[ Range[ (nn(nn+1))/2]],Range[nn]]] (* Harvey P. Dale, Apr 18 2022 *)

Extensions

Edited by Charles R Greathouse IV, Apr 28 2010