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!)
A237280 Numbers k such that A000041(k) == 2 (mod 4). 6
2, 8, 9, 10, 19, 22, 25, 27, 28, 31, 34, 40, 42, 45, 46, 47, 50, 57, 64, 65, 79, 86, 97, 101, 103, 110, 129, 147, 151, 158, 160, 163, 167, 170, 174, 175, 176, 184, 197, 198, 207, 213, 217, 224, 227, 228, 241, 245, 246, 247 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The set of positive integers is partitioned by the sequences A237278-A237281.
LINKS
EXAMPLE
A000041(8) = 22 == 2 (mod 4).
MATHEMATICA
f[n_, k_] := Select[Range[250], Mod[PartitionsP[#], n] == k &]
Table[f[4, k], {k, 0, 3}] (* A237278-A237281 *)
CROSSREFS
Sequence in context: A277857 A360427 A369204 * A282636 A019511 A103190
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Feb 05 2014
STATUS
approved

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 May 9 13:34 EDT 2024. Contains 372351 sequences. (Running on oeis4.)