14
$\begingroup$

In the spirit of the What is a Word™/Phrase™ series started by JLee, a special brand of Phrase™ and Word™ puzzles.


If a word conforms to a special rule, I call it a Recursive Word™.
Use the examples below to find the rule.

Recursive Words™ Not Recursive Words™
SURVIVOR SHIPWRECK
AGE YEAR
MALARIA AFRICA
FOREVER ETERNITY
AUGUST JULY
AGILE SLOW
ONE ZERO
SEQUENCE SERIES
KEBAB SANDWICH
SKY SEA
PIANO GUITAR
DECEMBER NOVEMBER
ANOMALIES ANOMALY

The CSV version:

Recursive Words™,Not Recursive Words™
SURVIVOR, SHIPWRECK
AGE, YEAR
MALARIA, AFRICA
FOREVER, ETERNITY
AUGUST, JULY
AGILE, SLOW
ONE, ZERO
SEQUENCE, SERIES
KEBAB, SANDWICH
SKY, SEA
PIANO, GUITAR
DECEMBER, NOVEMBER
ANOMALIES, ANOMALY

These are not the only examples of Recursive Words™; many more exist.

What is the special rule these words conform to?

Hint 1:

I would have called them Golden Words™, but they exist already.

$\endgroup$
7
  • 1
    $\begingroup$ Just to confirm, does this puzzle follow the rule: "The puzzle satisfies the series' inbuilt assumption, that each word can be tested for whether it is a Recursive Word™ without relying on the other words." $\endgroup$ Commented Aug 11, 2017 at 15:24
  • $\begingroup$ Hmm...Every Recursive word has letters that can be removed to make a totally unrelated word. But a few of the non-recursive words have this property as well. $\endgroup$
    – Morgan G
    Commented Aug 11, 2017 at 16:35
  • $\begingroup$ @MorganG What about SKY? $\endgroup$ Commented Aug 11, 2017 at 17:18
  • $\begingroup$ SK is the abbreviation for the Canadian province Saskatchewan... ;) Nah, it doesn't really fit, you're right. $\endgroup$
    – Morgan G
    Commented Aug 11, 2017 at 17:25
  • 1
    $\begingroup$ There's no H, J, W, X, Z in recursive while in other Q, V, X, Z are missing. $\endgroup$ Commented Aug 13, 2017 at 3:52

1 Answer 1

13
$\begingroup$

A recursive word is simply:

A word whose letters add up to a number in the Fibonacci sequence. (1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233...) A Not Recursive Word™'s letters do not add up to one of these numbers

For example...

SURVIVOR: 19 + 21 + 18 +22 + 9 + 22 + 15 + 18 = 144
FOREVER: 6 + 15 + 18 + 5 + 22 + 5 + 18 = 89
ONE: 15 + 14 + 5 = 34
SKY: 19 + 11 + 25 = 55
AGE: 1 + 7 + 5 = 13

Hint 1 would be more appropriate because...

The Fibonacci sequence's growth is very similar to the Golden Ratio

It is called a Recursive Word™ because:

the Fibonnacci sequence can be defined as a recursive function, meaning a function that calls itself in itself.

However...

The Fibonnacci sequence can be adequatetly defined without recursion, so I'm not sure Recursive Word™ is the best defintion for these words! Golden Word™ would indeed be better.

I wonder what the longest Recursive Word™ is?

$\endgroup$
4
  • 3
    $\begingroup$ incomprehensibilities has 21 letters and a letter score of 233. $\endgroup$
    – w l
    Commented Aug 14, 2017 at 15:05
  • 6
    $\begingroup$ Chemistry to the rescue: "hydroxydehydrocorticosterone" has 28 letters and a score of 377. :) $\endgroup$
    – M Oehm
    Commented Aug 14, 2017 at 16:13
  • $\begingroup$ @MOehm My dictionary had that as well, but it being a name and having the ability to create arbitrary long words for molecules made me dismiss it. $\endgroup$
    – w l
    Commented Aug 15, 2017 at 7:32
  • $\begingroup$ @wl: That's the drawback of such questions: You just run a search on a dictionary. It makes them boring to solve, although the search might yield some interesting results. (By the way, "incomprehensibilities" looks a bit artificial to me, too, as a plural of something that probably is a mass noun.) $\endgroup$
    – M Oehm
    Commented Aug 15, 2017 at 9:24

Not the answer you're looking for? Browse other questions tagged or ask your own question.