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.

A244962 Generalized pentagonal numbers that are also partition numbers.

Original entry on oeis.org

1, 2, 5, 7, 15, 22, 77, 176, 4565
Offset: 1

Views

Author

Omar E. Pol, Jul 10 2014

Keywords

Comments

Intersection of A001318 and A000041.
No more terms < A000041(2*10^6), a number with 1569 digits. - Lars Blomberg, Jul 15 2014

Crossrefs

Programs

  • Mathematica
    nmax=PartitionsP[50]; Intersection[Table[PartitionsP[n],{n,0,50}],Table[n*(n+1)/6,{n,Select[Range[0,nmax],Mod[#,3]!=1&]}]] (* Vaclav Kotesovec, Jul 15 2014 *)