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.

A038630 Number of partitions of n is not squarefree.

Original entry on oeis.org

11, 14, 15, 17, 19, 21, 24, 26, 28, 30, 32, 33, 35, 38, 39, 40, 43, 44, 47, 49, 51, 53, 55, 58, 59, 62, 66, 68, 70, 74, 75, 78, 79, 80, 82, 84, 85, 88, 89, 94, 96, 98, 99, 100, 103, 105, 106, 108, 109, 112, 113, 116, 117, 118, 120, 122, 124, 125, 126, 128, 129, 130
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    Select[Range[150],!SquareFreeQ[PartitionsP[#]]&]  (* Harvey P. Dale, Apr 21 2011 *)

Extensions

Offset corrected by Giovanni Resta, Jun 02 2015