sequenceThe cited annotations connect seed = pixel, the repeated sqr(z)+sin(z)+seed assignment, and the |z| < 4 bailout.
1bb379a2-3588-53f8-a3ab-e52021c78054
In FRM-like/1, frm-d2 stores pixel as seed and initializes z from that seed. It repeatedly assigns sqr(z)+sin(z)+seed, with bailout |z| < 4. The pinned parameter-plane profile uses 96 iterations.
frm-v1:d51707785f4d59fbfa309c2dbd8da93ac1a0ca152c067e6e34c4851585652768:init/0Initialization: init/0 stores pixel as seed.
frm-v1:d51707785f4d59fbfa309c2dbd8da93ac1a0ca152c067e6e34c4851585652768:loop/0Iteration: loop/0 assigns z = sqr(z)+sin(z)+seed.
frm-v1:d51707785f4d59fbfa309c2dbd8da93ac1a0ca152c067e6e34c4851585652768:bailoutTermination: bailout tests |z| < 4.
sequenceThe cited annotations connect seed = pixel, the repeated sqr(z)+sin(z)+seed assignment, and the |z| < 4 bailout.
The larger cap may reveal later uses of the stored seed in the update; record whether the observed escape counts differ.
Trace how pixel becomes seed before the loop reuses seed in its update.
Your response names all 3 annotations and identifies pixel as the value stored in seed.
This teaching unit is grounded in the pinned runtime source revision.
rightsStatus is no-explicit-permission; implementationBasis is separated-independent-rewrite; publicationDecision is publish; decisionReason is publish-cleanroom-independent-rewrite-full-chain-green. This does not make a broader claim about any third-party original.
Formula Record
This canonical FractalPark implementation is published and runnable.

No declared parameters
This verified canonical revision is read-only. Remix creates a separate editable fork.
Historical source: Iterated Dynamics, a successor to Fractint. The current FractalPark implementation is a separated independent rewrite; the original FRM text is not redistributed.
Send the Formula ID and supporting evidence. The maintainer can hold or withdraw the implementation while the claim is reviewed. contact@fractalpark.com