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.
%I A134801 #8 Apr 18 2022 15:36:40 %S A134801 1,23,5711,15223042,5677101135176,231297385490627792, %T A134801 1002125515751958243630103718,456556046842834910143123101488317977, %U A134801 216372601531185373384458353174632617517589134 %N A134801 Concatenation of next n partition numbers of positive integers. %H A134801 Harvey P. Dale, <a href="/A134801/b134801.txt">Table of n, a(n) for n = 1..37</a> %t A134801 Module[{nn=10},FromDigits[Flatten[IntegerDigits/@#]]&/@TakeList[ PartitionsP[ Range[ (nn(nn+1))/2]],Range[nn]]] (* _Harvey P. Dale_, Apr 18 2022 *) %Y A134801 Cf. A053067, A132926, A133013. Partition numbers: A000041. See A134800 for another version of the concatenation of next n partition numbers. %K A134801 easy,nonn,base,less %O A134801 1,2 %A A134801 _Omar E. Pol_, Nov 12 2007 %E A134801 Edited by _Charles R Greathouse IV_, Apr 28 2010