OFFSET
1,1
COMMENTS
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
From Amiram Eldar, Aug 15 2024: (Start)
The least term that is not divisible by 99 is a(1718) = 21097921689.
The least term that is not divisible by 3 is 149#/7# = Product_{k=5..35} prime(k) = 7105630242567996762185122555313528897845637444413640621. (End)
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..500 from Zak Seidov)
Carlos Rivera, Puzzle 329. Odd abundant numbers not divided by 2 or 3, The Prime Puzzles and Problems Connection.
MATHEMATICA
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 *)
PROG
(PARI) is(n)=gcd(n, 70)==1 && sigma(n, -1)>2 \\ Charles R Greathouse IV, Feb 21 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Sep 15 2005
EXTENSIONS
Extended by Ray Chandler, Sep 19 2005
STATUS
approved