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.

A112640 Odd abundant numbers divisible neither by 5 nor 7.

This page as a plain text file.
%I A112640 #28 Aug 16 2024 08:37:47
%S A112640 28683369,36165987,38660193,86050107,108497961,115980579,131339637,
%T A112640 138428433,140397543,153393669,160876287,258150321,277272567,
%U A112640 296394813,315517059,325493883,347941737,353761551,372883797,373715199,392006043
%N A112640 Odd abundant numbers divisible neither by 5 nor 7.
%C A112640 Subsequence of A064001 which itself is a subsequence of A005231. All 500 terms in b-file are divisible by 99. Cf. also A047802. - _Zak Seidov_, Mar 30 2011
%C A112640 From _Amiram Eldar_, Aug 15 2024: (Start)
%C A112640 The least term that is not divisible by 99 is a(1718) = 21097921689.
%C A112640 The least term that is not divisible by 3 is 149#/7# = Product_{k=5..35} prime(k) = 7105630242567996762185122555313528897845637444413640621. (End)
%H A112640 Amiram Eldar, <a href="/A112640/b112640.txt">Table of n, a(n) for n = 1..10000</a> (terms 1..500 from Zak Seidov)
%H A112640 Carlos Rivera, <a href="http://www.primepuzzles.net/puzzles/puzz_329.htm">Puzzle 329. Odd abundant numbers not divided by 2 or 3</a>,  The Prime Puzzles and Problems Connection.
%t A112640 Do[If[Mod[n,5]>0&&Mod[n,7]>0&&DivisorSigma[1, n]>2n, Print[n]], {n, 28683369, 6*10^9,2}] (* _Zak Seidov_, Mar 30 2011 *)
%o A112640 (PARI) is(n)=gcd(n,70)==1 && sigma(n,-1)>2 \\ _Charles R Greathouse IV_, Feb 21 2017
%Y A112640 Cf. A005231, A047802, A064001, A110585.
%K A112640 nonn
%O A112640 1,1
%A A112640 _Labos Elemer_, Sep 15 2005
%E A112640 Extended by _Ray Chandler_, Sep 19 2005