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.

A127544 Partition numbers (A000041) which are multiples of 10 (A008592).

Original entry on oeis.org

30, 490, 3010, 12310, 715220, 831820, 1741630, 2323520, 7089500, 13848650, 26543660, 92669720, 133230930, 271248950, 541946240, 1844349560, 2841940500, 4351078600, 4835271870, 5371315400, 10015581680, 18440293320, 37027355200
Offset: 1

Views

Author

Zak Seidov, Apr 01 2007

Keywords

Comments

Intersection of A000041 and A008592.
Partition numbers of the form 10k. - Omar E. Pol, May 08 2013

Crossrefs

Programs

  • Mathematica
    Select[Table[PartitionsP[n],{n,0,200}],Mod[ #,10]==0&]

Formula

a(n) = 10*A225317(n). - Omar E. Pol, May 08 2013

Extensions

Corrected by Omar E. Pol, May 05 2013