[go: up one dir, main page]

login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
Revision History for A319981 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A319981 a(n) is the number of integer partitions of n with largest part <= 3 for which the index of the seaweed algebra formed by the integer partition paired with its weight is 0.
(history; published version)
#33 by Ray Chandler at Mon Mar 04 00:38:24 EST 2024
STATUS

editing

approved

#32 by Ray Chandler at Mon Mar 04 00:38:21 EST 2024
LINKS

<a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (0, 1).

STATUS

approved

editing

#31 by Michel Marcus at Fri Dec 07 12:40:07 EST 2018
STATUS

reviewed

approved

#30 by Andrew Howroyd at Fri Dec 07 12:24:32 EST 2018
STATUS

proposed

reviewed

#29 by Muniru A Asiru at Fri Dec 07 02:47:59 EST 2018
STATUS

editing

proposed

#28 by Muniru A Asiru at Fri Dec 07 02:47:43 EST 2018
LINKS

Muniru A Asiru, <a href="/A319981/b319981.txt">Table of n, a(n) for n = 1..1000</a>

MAPLE

1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2 seq(op([0, 2]), n=1..30); # Muniru A Asiru, Dec 07 2018

PROG

(GAP) a:=[1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1, 2];; Concatenation(a, Flat(List([1..30], n->[0, 2]))); # Muniru A Asiru, Dec 07 2018

STATUS

proposed

editing

#27 by Jean-François Alcover at Fri Dec 07 02:30:50 EST 2018
STATUS

editing

proposed

#26 by Jean-François Alcover at Fri Dec 07 02:30:43 EST 2018
MATHEMATICA

Join[{1, 1, 1, 2, 2, 1, 2, 1, 2, 1, 2, 1}, LinearRecurrence[{0, 1}, {2, 0}, 100]] (* Jean-François Alcover, Dec 07 2018 *)

STATUS

approved

editing

#25 by Michael Somos at Sun Nov 04 23:52:40 EST 2018
STATUS

proposed

approved

#24 by Michel Marcus at Thu Oct 04 09:50:27 EDT 2018
STATUS

editing

proposed

Discussion
Tue Oct 23 14:12
Nick Mayers: Also, I wanted to mention that for partitions with greatest part >7, periodicity stops so that the sequences I have submitted are the only "interesting" ones with this property.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 30 02:56 EDT 2024. Contains 375521 sequences. (Running on oeis4.)