######################################################### # # # Coded by Indranil Ghosh (indranilg49@gmail.com) # # # ######################################################### #Python 2.7.11, OEIS sequence: A275964 from sympy import factorint, prime, primefactors from operator import mul import collections def a007623(n, p=2): return n if n