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.

A213179 Numbers k such that 2*k is a partition number.

Original entry on oeis.org

1, 11, 15, 21, 28, 88, 245, 396, 501, 979, 1218, 1505, 1859, 2802, 3421, 6155, 18669, 26587, 44567, 52779, 62377, 102113, 225638, 307077, 357610, 415910, 650078, 870815, 1006279, 1161760, 2043984, 3544750, 4059132, 6066082, 6924325, 7898238, 13271830
Offset: 1

Views

Author

Omar E. Pol, Feb 27 2013

Keywords

Examples

			11 is in the sequence because 2*11 = 22 and 22 is a partition number: p(8) = A000041(8) = 22.
		

Crossrefs

Programs

  • Mathematica
    Select[PartitionsP[Range@200]/2, IntegerQ] (* Giovanni Resta, May 05 2013 *)

Formula

a(n) = A052001(n)/2.