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.

A153515 Terms of A122782 which are not Carmichael numbers A002997.

Original entry on oeis.org

1, 4, 10, 15, 20, 65, 124, 190, 217, 310, 435, 781, 1541, 1891, 3565, 3820, 4123, 4495, 5461, 5611, 5662, 5731, 6735, 7449, 7813, 8029, 8290, 9881, 11041, 11476, 12801, 13021, 13333, 13981, 14981, 15751, 16297, 17767, 20345, 20710, 21361, 22791
Offset: 1

Views

Author

Artur Jasinski, Dec 28 2008

Keywords

Comments

Are there entries in this sequence which are also in A153513 ?
Yes. This subsequence starts 721801, 873181, 4504501, 8646121, 9006401, 9863461, 10403641, 10680265,... (similar to A153580). - R. J. Mathar, Mar 30 2011

Crossrefs

Programs

  • Mathematica
    Select[Range[10^4], !PrimeQ[#] && PowerMod[5, #, # ] == Mod[5, #] && Mod[#, CarmichaelLambda[#]] != 1 &] (* Amiram Eldar, Sep 19 2019 *)