Find an integer
n such that the base 36 expansion of \tan(n) begins "happy.newyear".Caveat: I haven't written the code yet to do this myself, but I'm confident an answer exists. Actually, there should be infinitely many. I'll give it a try myself in the morning.
tan(n) \approx 29053366.650397708276minn = \pi \times m + 1.570796292375477623to find something close enough to an integern.mmust be\gt 72523715257.mpmath.tan(n)instead ofmath.tan(n)and setting the number of decimals usingmpmath.mp.dps = 100.