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.

A333913 Numbers k such that lambda(k) is not the sum of 3 squares, where lambda is the Carmichael lambda function (A002322).

Original entry on oeis.org

29, 58, 61, 87, 113, 116, 122, 143, 145, 155, 157, 169, 174, 175, 183, 225, 226, 232, 235, 241, 244, 286, 290, 305, 310, 314, 317, 325, 338, 339, 348, 349, 350, 366, 371, 385, 395, 403, 427, 429, 435, 449, 450, 452, 464, 465, 470, 471, 477, 482, 488, 493, 495
Offset: 1

Views

Author

Amiram Eldar, Apr 09 2020

Keywords

Comments

Pollack (2011) proved that this sequence has a lower and an upper asymptotic densities, and conjectured that they do not coincide.

Examples

			1 is not a term since lambda(1) = 1 = 0^2 + 0^2 + 1^2 is the sum of 3 squares.
29 is a term since lambda(29) = 28 is not the sum of 3 squares.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[500], SquaresR[3, CarmichaelLambda[#]] == 0 &]