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”).

A332241
Indices of A224078(n) in A025487.
0
2, 4, 6, 13, 17, 27, 55, 67, 138, 264, 314, 406, 582, 1046, 1835, 3609, 16371, 75611, 118893, 342363
OFFSET
1,1
COMMENTS
A224078: Superior highly composite numbers that are colossally abundant. Such numbers are also found in A025487.
Finite and full, since A224078 is finite with 20 terms.
MATHEMATICA
Block[{s = TakeWhile[Import["https://oeis.org/A025487/b025487.txt", "Data"], Length@ # > 0 &][[All, -1]], t = Map[ToExpression[StringSplit[#][[1, -1]] ] &, Rest@ StringSplit[Import["https://oeis.org/A224078/b224078.txt", "Data"], "\n"]]}, Reap[Do[Which[Length@ t == 0, Break[], First[t] == s[[i]], t = Rest@ t; Sow[i]], {i, Length@ s}]][[-1, -1]]]
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
Michael De Vlieger, Feb 07 2020
STATUS
approved