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.

A097061 Carmichael numbers C such that C-1 is not a Niven/Harshad number.

This page as a plain text file.
%I A097061 #17 May 05 2023 06:29:21
%S A097061 561,63973,75361,162401,278545,656601,825265,838201,852841,1050985,
%T A097061 1857241,1909001,3224065,3828001,4903921,5444489,5481451,5632705,
%U A097061 5968873,6049681,6189121,7995169,8355841,8830801,8927101,9494101
%N A097061 Carmichael numbers C such that C-1 is not a Niven/Harshad number.
%C A097061 8355841, 8830801, 8927101 are the first three consecutive Carmichael numbers to fail the criterion.
%H A097061 Amiram Eldar, <a href="/A097061/b097061.txt">Table of n, a(n) for n = 1..10000</a>
%H A097061 Andrew Granville and Carl Pomerance, <a href="http://dx.doi.org/10.1090/S0025-5718-01-01355-2">Two contradictory conjectures concerning Carmichael numbers</a>, Math. Comp. 71 (2002), pp. 883-90.
%H A097061 Rob Hoogers, <a href="http://aibots.myhost24.com/download/carmichael.zip">Complete list of terms UP to 10^16 with all relevant data (5.3MB zipped textfile)</a>
%e A097061 Add all digits in 560 to get 11, which gives 560/11<>int(560/11) and continue likewise with 1104/6==int(1104/6), 1728/18==int(1728/18), etc.
%t A097061 Select[Range[10^6], CompositeQ[#] && Divisible[# - 1, CarmichaelLambda[#]] && !Divisible[# - 1, Plus @@ IntegerDigits@(# - 1)] &] (* _Amiram Eldar_, Jun 24 2019 *)
%Y A097061 Cf. A002997, A005349.
%K A097061 nonn,base
%O A097061 1,1
%A A097061 Rob Hoogers (chimera(AT)chimera.fol.nl), Jul 21 2004
%E A097061 Corrected by _T. D. Noe_, Nov 16 2006