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.

A213256 p(11n+6) where p(k) = number of partitions of k = A000041(k).

Original entry on oeis.org

11, 297, 3718, 31185, 204226, 1121505, 5392783, 23338469, 92669720, 342325709, 1188908248, 3913864295, 12292341831, 37027355200, 107438159466, 301384802048, 819876908323, 2168627105469, 5590088317495, 14070545699287, 34643126322519, 83561103925871, 197726516681672, 459545750448675, 1050197489931117
Offset: 0

Views

Author

N. J. A. Sloane, Jun 07 2012

Keywords

Comments

It is known that a(n) is divisible by 11 (see A076394).

Crossrefs

Programs

  • Mathematica
    PartitionsP[11Range[0,30]+6] (* Paolo Xausa, Nov 08 2023 *)
  • PARI
    a(n) = numbpart(11*n+6); \\ Michel Marcus, Jan 07 2015

Formula

a(n) = A000041(A017461(n)). - Omar E. Pol, Jan 18 2013