A376874 a(n) = A376877(n) / p where p is the largest prime factor of A376877(n).
6, 20, 28, 88, 104, 272, 304, 550, 650, 368, 464, 496, 1184, 1312, 1376, 1504, 1696, 1888, 1952, 11132, 4288, 4544, 4672, 5056, 5312, 5696, 6208, 6464, 6592, 6848, 6976, 7232, 8128, 16768, 17536, 17792, 19072, 19328, 20096, 20864, 21376, 22144, 22912, 23168, 24448
Offset: 1
Keywords
Links
- Peter Luschny and Michael S. Branicky, Table of n, a(n) for n = 1..59
Programs
-
Maple
a := proc(n) A376877(n); % / max(NumberTheory:-PrimeFactors(%)) end: seq(a(n), n = 1..45);
Comments