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!)
A237281 Numbers k such that A000041(k) == 3 (mod 4). 6
3, 5, 6, 7, 14, 16, 20, 23, 24, 33, 35, 38, 41, 44, 51, 53, 54, 56, 60, 63, 68, 72, 76, 77, 81, 82, 91, 92, 95, 99, 102, 111, 115, 118, 121, 127, 134, 138, 139, 140, 146, 156, 159, 161, 164, 165, 166, 168, 169, 173, 177, 178, 182, 183, 188, 192, 196, 201 (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(6) = 11 == 3 (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: A081677 A302249 A082229 * A086188 A154535 A006754
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 April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)