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.

A076394 a(n) = p(11n+6)/11 where p(n) = number of partitions of n (A000041).

Original entry on oeis.org

1, 27, 338, 2835, 18566, 101955, 490253, 2121679, 8424520, 31120519, 108082568, 355805845, 1117485621, 3366123200, 9767105406, 27398618368, 74534264393, 197147918679, 508189847045, 1279140518117, 3149375120229, 7596463993261
Offset: 0

Views

Author

Jeff Burch, Nov 07 2002

Keywords

Comments

That p(11n+6) == 0 (mod 11) is one of the congruences stated by Ramanujan. - Omar E. Pol, Jan 18 2013

Crossrefs

Programs

  • Maple
    seq(combinat:-numbpart(11*n+6)/11, n=0..30); # Robert Israel, Jan 07 2015
  • Mathematica
    PartitionsP[(11*Range[0,30]+6)]/11 (* Harvey P. Dale, May 28 2015 *)
  • PARI
    a(n) = numbpart(11*n+6)/11; \\ Michel Marcus, Jan 07 2015

Formula

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