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.

Showing 1-4 of 4 results.

A347777 Number of compositions (ordered partitions) of n into at most 2 squarefree parts.

Original entry on oeis.org

1, 1, 2, 3, 3, 3, 4, 5, 6, 4, 4, 5, 7, 7, 6, 7, 10, 9, 8, 7, 11, 9, 10, 9, 14, 10, 10, 10, 13, 11, 10, 11, 16, 13, 14, 13, 22, 15, 14, 15, 22, 17, 16, 19, 25, 20, 16, 17, 26, 20, 16, 15, 27, 21, 20, 15, 26, 21, 22, 19, 29, 23, 22, 22, 30, 23, 22, 23, 35, 25, 26
Offset: 0

Views

Author

Ilya Gutkovskiy, Sep 13 2021

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Length@Flatten[Permutations/@IntegerPartitions[n,2,Select[Range@n,SquareFreeQ]],1],{n,0,100}] (* Giorgos Kalogeropoulos, Sep 13 2021 *)

A347778 Number of compositions (ordered partitions) of n into at most 3 squarefree parts.

Original entry on oeis.org

1, 1, 2, 4, 6, 9, 11, 14, 18, 23, 25, 26, 28, 37, 42, 44, 46, 57, 66, 70, 68, 79, 88, 96, 92, 106, 115, 124, 118, 134, 143, 149, 142, 161, 176, 187, 178, 210, 221, 235, 214, 251, 266, 280, 262, 300, 328, 335, 308, 350, 379, 385, 342, 396, 425, 447, 392, 442, 475
Offset: 0

Views

Author

Ilya Gutkovskiy, Sep 13 2021

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Length@Flatten[Permutations/@IntegerPartitions[n,3,Select[Range@n,SquareFreeQ]],1],{n,0,58}] (* Giorgos Kalogeropoulos, Sep 13 2021 *)

A347779 Number of compositions (ordered partitions) of n into at most 4 squarefree parts.

Original entry on oeis.org

1, 1, 2, 4, 7, 13, 21, 30, 41, 55, 75, 94, 111, 129, 158, 192, 224, 249, 290, 346, 403, 439, 488, 556, 639, 686, 749, 828, 939, 1002, 1081, 1173, 1304, 1373, 1464, 1579, 1750, 1838, 1963, 2111, 2337, 2423, 2574, 2740, 3023, 3120, 3292, 3511, 3858, 3978, 4157, 4413
Offset: 0

Views

Author

Ilya Gutkovskiy, Sep 13 2021

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Length@Flatten[Permutations/@IntegerPartitions[n,4,Select[Range@n,SquareFreeQ]],1],{n,0,51}] (* Giorgos Kalogeropoulos, Sep 13 2021 *)

A347783 Number of compositions (ordered partitions) of n into at most 6 squarefree parts.

Original entry on oeis.org

1, 1, 2, 4, 7, 14, 27, 51, 92, 155, 247, 376, 558, 805, 1118, 1495, 1962, 2551, 3282, 4127, 5106, 6286, 7750, 9442, 11326, 13459, 16037, 19011, 22277, 25804, 29939, 34692, 39938, 45455, 51736, 58848, 66696, 74836, 83927, 94114, 105372, 116992, 129902, 144223
Offset: 0

Views

Author

Ilya Gutkovskiy, Sep 13 2021

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Length@Flatten[Permutations/@IntegerPartitions[n,6,Select[Range@n,SquareFreeQ]],1],{n,0,43}] (* Giorgos Kalogeropoulos, Sep 13 2021 *)
Showing 1-4 of 4 results.