<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Project_Euler%2F230</id>
	<title>Project Euler/230 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Project_Euler%2F230"/>
	<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Project_Euler/230&amp;action=history"/>
	<updated>2026-06-19T08:29:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://charlesreid1.com/w/index.php?title=Project_Euler/230&amp;diff=30621&amp;oldid=prev</id>
		<title>Admin: Create Project Euler/230 - Fibonacci Words (via create-page on MediaWiki MCP Server)</title>
		<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Project_Euler/230&amp;diff=30621&amp;oldid=prev"/>
		<updated>2026-06-17T21:18:58Z</updated>

		<summary type="html">&lt;p&gt;Create Project Euler/230 - Fibonacci Words (via create-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Problem Statement==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Fibonacci Words&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
For any two strings of digits, A and B, we define F_{A,B} to be the sequence (A, B, AB, BAB, ABBAB, ...) in which each term is the concatenation of the previous two.&lt;br /&gt;
&lt;br /&gt;
Further, we define D_{A,B}(n) to be the nth digit in the first term of F_{A,B} that contains at least n digits.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
Let A=1415926535, B=8979323846. We wish to find D_{A,B}(35), say.&lt;br /&gt;
The first few terms of F_{A,B} are:&lt;br /&gt;
1415926535&lt;br /&gt;
8979323846&lt;br /&gt;
14159265358979323846&lt;br /&gt;
897932384614159265358979323846&lt;br /&gt;
14159265358979323846897932384614159265358979323846&lt;br /&gt;
&lt;br /&gt;
Then D_{A,B}(35) is the 35th digit in the fifth term, which is 9.&lt;br /&gt;
&lt;br /&gt;
Now we use for A the first 100 digits of π behind the decimal point:&lt;br /&gt;
14159265358979323846264338327950288419716939937510&lt;br /&gt;
58209749445923078164062862089986280348253421170679&lt;br /&gt;
&lt;br /&gt;
and for B the next hundred digits:&lt;br /&gt;
82148086513282306647093844609550582231725359408128&lt;br /&gt;
48111745028410270193852110555964462294895493038196 .&lt;br /&gt;
&lt;br /&gt;
Find ∑_{n = 0,1,...,17} 10^n × D_{A,B}((127+19n)×7^n).&lt;br /&gt;
&lt;br /&gt;
==Flags==&lt;br /&gt;
&lt;br /&gt;
{{ProjectEulerFlag}}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>