Using the following definition of the 666 function for this problem: f(n)=sin('nnn')-cos(n*n*n), write a function that returns the first N integer zeros of the 666 function, formatted as 'nnn'.

For example:

sixsixsix(1) = should return 666

sixsixsix(7) should return 666 151515 181818 272727 424242 636363 666666

Note 1: Consider a 'zero' to occur when f(n)<1e-8

Note 2: The sin and cosine functions must be in degrees, not radians.

Solution Stats

43 Solutions

24 Solvers

Last Solution submitted on Jan 03, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...