Undulating numbers: Difference between revisions

Content added Content deleted
(julia example)
Line 396: Line 396:


""" An undulating number is an integer which has the digit form ABABAB... """
""" An undulating number is an integer which has the digit form ABABAB... """
struct UndulatingIntegerSequence
struct UndulatingInteger
ubase::Int
ubase::Int
min_digits::Int
min_digits::Int