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.

A225317 Numbers k such that 10k is a partition number.

Original entry on oeis.org

3, 49, 301, 1231, 71522, 83182, 174163, 232352, 708950, 1384865, 2654366, 9266972, 13323093, 27124895, 54194624, 184434956, 284194050, 435107860, 483527187, 537131540, 1001558168, 1844029332, 3702735520, 6035667328, 14279899593, 27476861713, 39712507475, 43515769783, 47671585729, 62584675312
Offset: 1

Views

Author

Omar E. Pol, May 05 2013

Keywords

Comments

Partition numbers ending in 10 divided by 10.

Examples

			3 is in the sequence because 10*3 = 30 and 30 is a partition number: p(9) = A000041(9) = 30.
		

Crossrefs

Programs

  • Mathematica
    Select[PartitionsP[Range[300]], Mod[#, 10] == 0 &]/10 (* T. D. Noe, May 05 2013 *)

Formula

a(j) = A127544(j)/10.