Numbers k such that the last letter of k is the same as the first letter of k+1: Difference between revisions

Line 322:
<syntaxhighlight lang="julia">using Formatting, SpelledOut, UnicodePlots
 
const spelledcache = [spelled_out(n, lang = :en) for n in 1:999]
const firstcache, lastcache = map(first, spelledcache), map(last, spelledcache)
 
function inOEIS363659(n)
4,108

edits