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.

A087185 Partition numbers of the form 3*k+2.

Original entry on oeis.org

2, 5, 11, 56, 77, 101, 176, 1958, 4565, 6842, 26015, 53174, 124754, 173525, 526823, 715220, 966467, 2012558, 2323520, 2679689, 3554345, 7089500, 9289091, 12132164, 13848650, 23338469, 26543660, 30167357, 38887673, 56634173
Offset: 1

Views

Author

Reinhard Zumkeller, Aug 23 2003

Keywords

Crossrefs

Programs

  • Mathematica
    Select[PartitionsP[Range[200]],Divisible[#-2,3]&] (* Harvey P. Dale, Apr 22 2016 *)

Formula

a(n) = A000041(A237277(n)). - Amiram Eldar, May 22 2025