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.

A078407 Number of ways to partition 4*n+2 into distinct positive integers.

Original entry on oeis.org

1, 4, 10, 22, 46, 89, 165, 296, 512, 864, 1426, 2304, 3658, 5718, 8808, 13394, 20132, 29927, 44046, 64234, 92864, 133184, 189586, 267968, 376256, 525016, 728260, 1004544, 1378304, 1881578, 2556284, 3457027, 4654670, 6240974, 8334326
Offset: 0

Views

Author

N. J. A. Sloane, Dec 27 2002

Keywords

Crossrefs

Bisection of A035294. Cf. A078406.
a(n) = t(4*n+2, 0), t as defined in A079211.

Programs

  • Mathematica
    Table[PartitionsQ[4n+2], {n, 0, 40}]

Extensions

More terms from Don Reble, Jan 05 2003