A329549 Numbers 4*k such that 1 is the last integer obtained when 4*k is successively divided by its divisors in increasing order.
8, 24, 40, 56, 64, 120, 144, 280, 320, 448, 704, 720, 832, 1008, 1024, 1152, 2240, 3200, 4928, 5040, 5760, 5824, 6272, 8064, 9152, 10368, 11264, 13312, 17408, 19456, 22400, 23552, 29696, 31744, 32768, 35200, 40320, 41600, 51200, 51840, 64064, 68992, 72576, 81536, 100352, 114048
Offset: 1
Keywords
Examples
The divisors of 8 are 1, 2, 4 and 8. Dividing from left to right gives 8/1 = 8, 8/2 = 4, 4/4 = 1, and then 1/8 isn't an integer so as the last integer we see is 1, 8 is in the sequence.
Comments