login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A322524
Primitive weird numbers (pwn; A002975) divisible by 4 but not 8.
0
836, 45356, 91388, 243892, 254012, 338572, 343876, 388076, 29465852, 120888092, 259858324, 260378492, 410832532, 775397948, 785187524, 903217276, 989226964, 1609445332, 2358115084, 3254323124, 3381352084, 3381872252, 3781448788, 3782267372, 5056717796, 5065605532
OFFSET
1,1
EXAMPLE
a(1) = 836 = 2^2 * 11 * 19;
a(2) = 45356 = 2^2 * 17 * 23 * 29;
a(3) = 91388 = 2^2 * 11 * 31 * 67; etc.
MATHEMATICA
(* import the b-file in A002975 and assign it to lst *); Select[lst, IntegerExponent[#, 2] == 2 &]
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Dec 13 2018
STATUS
approved