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-5 of 5 results.

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 *)

A347780 Number of compositions (ordered partitions) of n into at most 5 squarefree parts.

Original entry on oeis.org

1, 1, 2, 4, 7, 14, 26, 45, 71, 105, 151, 214, 291, 379, 473, 593, 744, 919, 1095, 1301, 1563, 1884, 2203, 2536, 2929, 3427, 3929, 4433, 4979, 5692, 6422, 7158, 7904, 8863, 9844, 10830, 11810, 13078, 14378, 15706, 17007, 18718, 20424, 22165, 23803, 26025
Offset: 0

Views

Author

Ilya Gutkovskiy, Sep 13 2021

Keywords

Crossrefs

Programs

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

A358023 Number of partitions of n into at most 2 distinct squarefree parts.

Original entry on oeis.org

1, 1, 1, 2, 1, 2, 2, 3, 3, 2, 2, 3, 3, 4, 3, 4, 5, 5, 4, 4, 5, 5, 5, 5, 7, 5, 5, 5, 6, 6, 5, 6, 8, 7, 7, 7, 11, 8, 7, 8, 11, 9, 8, 10, 12, 10, 8, 9, 13, 10, 8, 8, 13, 11, 10, 8, 13, 11, 11, 10, 14, 12, 11, 11, 15, 12, 11, 12, 17, 13, 13, 12, 21, 14, 14, 13, 19, 15, 13, 15, 20
Offset: 0

Views

Author

Ilya Gutkovskiy, Oct 25 2022

Keywords

Crossrefs

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-5 of 5 results.