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).

This page as a plain text file.
%I A127544 #10 May 09 2013 02:01:53
%S A127544 30,490,3010,12310,715220,831820,1741630,2323520,7089500,13848650,
%T A127544 26543660,92669720,133230930,271248950,541946240,1844349560,
%U A127544 2841940500,4351078600,4835271870,5371315400,10015581680,18440293320,37027355200
%N A127544 Partition numbers (A000041) which are multiples of 10 (A008592).
%C A127544 Intersection of A000041 and A008592.
%C A127544 Partition numbers of the form 10k. - _Omar E. Pol_, May 08 2013
%F A127544 a(n) = 10*A225317(n). - _Omar E. Pol_, May 08 2013
%t A127544 Select[Table[PartitionsP[n],{n,0,200}],Mod[ #,10]==0&]
%Y A127544 Cf. A000041, A052001, A008592, A087183.
%K A127544 nonn
%O A127544 1,1
%A A127544 _Zak Seidov_, Apr 01 2007
%E A127544 Corrected by _Omar E. Pol_, May 05 2013