login

Revision History for A213260

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
p(5n+4) where p(k) = number of partitions of k = A000041(k).
(history; published version)
#23 by Alois P. Heinz at Sun May 30 22:05:12 EDT 2021
STATUS

reviewed

approved

#22 by Joerg Arndt at Sun May 30 07:45:03 EDT 2021
STATUS

proposed

reviewed

#21 by Michael S. Branicky at Sun May 30 07:26:40 EDT 2021
STATUS

editing

proposed

#20 by Michael S. Branicky at Sun May 30 06:53:11 EDT 2021
PROG

(Python)

from sympy.ntheory import npartitions

def a(n): return npartitions(5*n+4)

print([a(n) for n in range(33)]) # Michael S. Branicky, May 30 2021

STATUS

approved

editing

#19 by Sean A. Irvine at Sun Apr 05 16:37:02 EDT 2020
STATUS

proposed

approved

#18 by Frank Ellermann at Sat Mar 21 07:47:42 EDT 2020
STATUS

editing

proposed

#17 by Frank Ellermann at Sat Mar 21 07:33:26 EDT 2020
LINKS

James Grime and Brady Haran, <a href="https://www.youtube.com/watch?v=NjCIq58rZ8I">Partitions</a>, Numberphile video (2016).

STATUS

approved

editing

Discussion
Sat Mar 21
07:38
Frank Ellermann: The video shows the first terms for p(5k+4), and A333435 + A333546 also using this video "stole" the "p(11m+6) == 0 (mod 11)" link for an example.
07:47
Frank Ellermann: A333436, it's a pair A333435 + A333436, and the "pink box" needs  preview + undo + edit as accessibility feature for folks like me, who are too old to pass as "boomer" (could be also "only me", because I started 7 of 8 not yet archived https://oeis.org/wiki/OeisWiki_talk:Community_Portal issues.)
#16 by Bruno Berselli at Mon Oct 17 08:50:53 EDT 2016
STATUS

proposed

approved

#15 by Seiichi Manyama at Mon Oct 17 08:22:57 EDT 2016
STATUS

editing

proposed

#14 by Seiichi Manyama at Mon Oct 17 08:22:33 EDT 2016
LINKS

Seiichi Manyama, <a href="/A213260/b213260.txt">Table of n, a(n) for n = 0..1000</a>

STATUS

approved

editing