[ / / / / / / / / / / / / / ] [ dir / random / 55chan / aiproto / cute / dir / furry / lewd / nofap / warroom ]

/vqc/ - Virtual Quantum Computer

Name
Email
Subject
REC
STOP
Comment *
File
Password (Randomized for file and post deletion; you may also set your own.)
Archive
* = required field[▶Show post options & limits]
Confused? See the FAQ.
Embed
(replaces files and can be used instead)
Oekaki
Show oekaki applet
(replaces files and can be used instead)
Options

Allowed file types:jpg, jpeg, gif, png, webp,webm, mp4, mov, swf, pdf
Max filesize is16 MB.
Max image dimensions are15000 x15000.
You may upload5 per post.


File: a1d1f604ab3a3c0⋯.png (14.55 KB,268x201,4:3,elements_1.png)

File: d09982f0ad52d57⋯.png (37.35 KB,631x516,631:516,binary_chunks_2.png)

File: 21a714ecb7b159b⋯.png (10.26 KB,375x409,375:409,squares_3.png)

File: af8d1f77315c65f⋯.png (14.02 KB,2048x512,4:1,grid_9.png)

File: 6dde6d0ac19dead⋯.png (7.39 KB,631x384,631:384,triangles_4.png)

77656e No.12463 [View All]

The virtual quantum computer (VQC) is a grid made of constructably infinite elements that follow a known pattern. It is indexed using e, n, and t, where e is the column, n is the row, and t is the specific element in the cell.

The grid in its entirety serves as the superposition. The required input parameters to collapse the superposition are d and e, which are trivial to calculate for all c that is the difference of two squares. When the integers that are the difference of two squares are arranged into the grid and their corresponding properties are shown, a pattern emerges that shows a path to calculate the factors of c instead of searching for them. It can be understood using only the basic operations of arithmetic and sqrt. All currently-known patterns can be found within one thread here >>6506

C# VQC generator - pastebin.com/XFtcAcrz

Java VQC generator - pastebin.com/2MPYrJVe

Python VQC generator - pastebin.com/NZkjtnZL

Glossary

Look-up

A pattern used to calculate the factors of c, like a value look-up table.

Column

All cells for a given e

Row

All cells for a given n

Cell

All entries for a given e,n (not to be confused with an entry itself.)

Entry; record; element

A set of variables corresponding to a factorization for a given c. The legend to read entries is {e:n:d:x:a:b} (e, n, t) = c

Example: {1:5:12:7:5:29} (1, 5, 4) = 145

ab record; nontrivial factorization

The element that contains the factorization of c that is not 1*c, hence, nontrivial.

1c record; trivial factorization

The element generated from setting a=1 and b=c

Mirror element

The element in -f corresponding to an element in e, in the context of a given c.

Variables

a and b are, to reiterate, the factors of c. a is the smaller factor of c, and b is the larger one.

d is the integer square root of c.

e is the remainder of taking the integer square root of c. Unless c is a perfect square, a remainder will be left over.

i is the root of the large square. It is equal to (d+n).

j is the root of the small square. it is equal to (x+n).

n is what you add to d to be exactly halfway between a and b, and it is the root of the large square, so it takes you from d to the large square.

x is what you add to a to make d. When added to n it makes the root of the small square.

f is what you add to c to make a square. (e is what you subtract from c to make the square below it, f adds to make the square above c.)

t is the third coordinate in the VQC, it is a function of x.

q is a product created by multiplying successive primes until the product is above d.

u is the triangle base of (x+n)^2. 8 times the triangle number of u plus one is (x+n)^2 for c with odd x+n.

ab = c

dd + e = c

(d + n)(d + n)-(x + n)(x + n) = c

a + 2x + 2n = b

a = d - x

d = a + x

d = floor_sqrt(c)

e = c - (dd)

b = c / a

n = ((a + b) / 2) - d

d + n = i

x = d - a

x = (floor_sqrt(( (d+n)*(d+n) - c))) - n

x + n = j

j^2 = 8*T(u) + 1

f = e - 2d + 1

u = (x+n) / 2

if (e is even) t = (x + 2) / 2

if (e is odd) t = (x + 1) / 2

Past threads

RSA #0 - archive.fo/XmD7P

RSA #1 - archive.fo/RgVko

RSA #2 - archive.fo/fyzAu

RSA #3 - archive.fo/uEgOb

RSA #4 - archive.fo/eihrQ

RSA #5 - archive.fo/Lr9fP

RSA #6 - archive.fo/ykKYN

RSA #7 - archive.fo/v3aKD

RSA #8 - archive.fo/geYFp

RSA #9 - archive.fo/jog81

RSA #10 - archive.fo/xYpoQ

RSA #11 - archive.fo/ccZXU

RSA #12 - archive.fo/VqFge

RSA #13 - archive.fo/Fblcs

RSA #14 - archive.fo/HfxnM

RSA #15 - archive.vn/59GwR

RSA #16 - archive.vn/F49fw

RSA #17 - archive.vn/u2Tu6

RSA #18 - archive.is/FDVP9

RSA #19 - archive.is/6mJhe

313 posts and 159 image replies omitted. Click [Open thread] to view. ____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9d5b01 No.12825

However, we do have e = 121, which is 10 * 2n away from e=1 ??

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

9d5b01 No.12826

correction.

12 * 2n away from e=1

delta is 120, = 10 * 12

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

d3ea2f No.12827

>>12823

>For the Second constructed Element in the nN cell, a'=c.

Note it's the second Element for that series in the cell, not necessarily 2nd element. This is reason for the 'k' index for the SubSeries associated with a starting 'c' and then 2n growth in x for each element.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

c646ec No.12828

>>12827

Following!

Can you please elaborate on your notation for k?

My intuition is guiding me toward the matching values in (-f,1).

So we would end up with a chart or Grid of valid e and n values for the positive (e) side of the Grid that represent valid e and n pairings.

And we would also end up with a chart or Grid of valid e and (n-1) values for the (-f) side of the Grid that represent valid e and (n-1) pairings.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

c646ec No.12829

>And we would also end up with a chart or Grid of valid e and (n-1) values for the (-f) side of the Grid that represent valid e and (n-1) pairings.

Correction:

And we would also end up with a chart or Grid of valid e and (n-1) values for the (-f) side of the Grid that represent valid (-f) and (n-1) pairings.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

c646ec No.12830

The real question is, does that list exceed O(log n)?

>>6185

Excellent crumb, ctrl F works wonders.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

d3ea2f No.12831

>>12828

>Can you please elaborate on your notation for k?

'k' is the Index of the Construction.

Start from initial element, k=0.

1st Element k=1, 2nd k=2, ..

The Elements in a cell that are related, grow in 'x' by 2n. The 'k' index is this sequence.

The "ab_shift" have mentioned before directly relates to this. For n=1, the ab_shift is always '1' (meaning the 'b' value in t, is the 'a' value in t+1). All row elements captured in single sequence (e.g. k=t).

Consider (23,24), using handy grid output you can quickly see it has an ab_shift of '8'.

And (23,26) has ab_shift of '4'.

So in (23,24), each incremental 'k' element is 8 Grid 't' values apart, and similarly there are 4 sub-sequences for (23,26).

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

1ed774 No.12832

>>12831

Thank you MM!

Very clear explanation.

Nice job on figuring out the construction of new elements!

Ok, so this whole swapping e and n thing has me fascinated.

For example, with c145 for ease of understanding…

if we swap bigN = 61 up to the e column, we actually have a match for where one of the e+2n locations would be.

e = 1 ===>>> e = 61

delta is 60, which is 6 * 2(5) = 60

so, 6 steps forward.

new a should be 5 + 6 = 11

new b should be 29+ 6 = 35

new d should be 12 + 6 = 18

new c = 385

{61:5:18:7:11:35}

e = 61

n = 5

d = 18

x = 17

a = 11

b = 35

(x+n) remains 12 = 7 + 5

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

1ed774 No.12833

File: 42d5dcae7271d60⋯.png (566.54 KB,906x712,453:356,Screenshot_2024_11_16_01.png)

Bingo.

Here's 35 right at the top of e=61

!!

Obviously need to test moar.

However, there is the correct value of b + 6 = 35

Which would allow us to solve…

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

87c39e No.12834

So quick recap.

We swap bigN up to the e column

and it appears that the value of b + 6 = 35 is right at the top at both t[1] and t[2].

This is the value of b that we need to solve the 2n jump idea (i believe)

also, a GCD could be a possible solution.

(61, 1, 1) is 31 * 35 = 1085

GCD 1085 and 145 is 5, which is solution (a) and (n)

Bottom line: the number we need (35) is right there.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

87c39e No.12835

File: 1cf6a1ce5731673⋯.png (514.68 KB,888x686,444:343,Screenshot_2024_11_16_02.png)

Another note of interest.

Here's (e,1)

notice the 5.

it's in (b) position in t[1] and t[2] position as a[t].

same as 35 in (61, 1)

35 / 5 = 7 = x = solution x

Just found some cool new shit boys.

May or may not work for larger c values, but here I am finding new avenues to explore

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

87c39e No.12836

File: ed43151d9e934d7⋯.png (547.27 KB,938x664,469:332,Screenshot_2024_11_16_03.png)

Another interesting find.

e = N - d = 49

e = 61 - 12 = 49

Hmm.

There's our solution (b) value of 29 right at the top

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

87c39e No.12837

File: 0f98e68cbe4f149⋯.png (1.11 MB,1226x1032,613:516,Screenshot_2024_10_25_at_1….png)

Will the helicopters be flying over my house in the countryside again this evening?

Hello White Hats! :)

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

87c39e No.12838

Flipping N and e seems pretty cool to me.

Very intuitive and yet, very counter intuitive.

Simple.

I like simple explanations for complex ideas.

What a long, strange journey we've been on, Anons.

Hopefully this new idea can finally bear fruit.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

5df49d No.12839

Reviewing old breads this evening, found this gem that PMA wrote. Unfortunately a lot of the images aren't loading, but oh well.

>>5851

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

5df49d No.12840

>(n-1) balances out the f center square.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a308ea No.12841

Mannnnnn, I just want to say.

I fucking love all of you so much.

It's ridiculous how much I love and appreciate you all. But you're, we are, some of the most amazing human beings to ever Be Here Now.

Make sure all of your loved ones know you love and appreciate them today.

Blessssss.

Deus Vult

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

070895 No.12842

File: 6812f39f1e7b146⋯.png (452.51 KB,2732x1094,1366:547,Screenshot_2024_11_18_01.png)

>>12841

Deus Vult

God Wills It.

Love you too Bruddah!

Here's the conversation surrounding PMA's excellent post >>5851

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

070895 No.12843

Just realized that (n-1) itself could be a construction of two polite triangle numbers.

Visualize with me…

At the center of the (x+n)^2 area…

We leave an open space for (n-1) in the middle

f (or f-1) surrounds the (n-1) space.

4 * T(3) + 4 * T(2) - 1 = (n-1)

4 * 6 + 4 * 3 - 1 = 35

Total inner portion is a perfect square,

134 + 35 = 169

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a308ea No.12844

Feels like the bookshelf in Interstellar. Something about Love (which is also Truth, who together with Truth is G-d) is the only thing that transcends both time & space (simultaneously).

Something about a trip, and a vision, and a crystal globe, and a rose bush named Love in the midst of a Fallen Pine.

All while a good friend stepped on a peace of glass.

Blessssss

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

53bd65 No.12845

Today is the day.

Multiply c by 4.

Take the new e',1 at 4 x c.

That cell at new e',1 will have a value that is double a value at e,1.

The value at e,1 is na or (x^2+e)/2 and the value in e',1 is 2na.

If we have two cells at e,1 and e',1 how do we find values that are twice the other?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

53bd65 No.12846

>>12843

>>12844

Have fun.

If you need any help with finding the double value between cells, I'll be back later.

Let's do the biggest RSA number together?

End of an era, beginning of a new one.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

2dc828 No.12847

YouTube embed. Click thumbnail to play.

As my brother from another mother once said, and still says…

When you gon' drop that verse? Nigga, you taking long"

WHEN U GON' DROP THAT EQUATION? NIGGA U TAKIN LONG.

So now I'm back spittin' that heat, could pass a polygraph

That Reverend Run rockin' Adidas out on Hollis Ave

That FOI, Marcus Garvey, Nikky Tesla

I shock you like an eel, electric feel, Jay Electra…

[Verse 3: Jay Electronica & Just Blaze]

They call me Jay Electronica—fuck that

Call me Jay Elec-Hanukkah, Jay Elec-Yarmulke

Jay Elect-Ramadan, Muhammad as-salaam-alaikum

RasoulAllah Subhanahu wa ta'ala through your monitor (Ooh!)

My Uzi still weigh a ton; check the barometer

I'm hotter than the motherfucking sun; check the thermometer

I'm bringing ancient mathematics back to modern man

WE BRINGIN' ANCIENT MATHEMATICS BACK TO MODERN MAN

My mama told me, "Never throw a stone and hide your hand"

I got a lot of family, you got a lot of fans

That's why the people got my back like the Verizon man

I play the back and fade to black, and then devise a plan

Out in London, smoking, vibing while I ride the tram

Giving out that raw food to lions disguised as lambs

And—by the time they get they seats hot

And deploy all they henchmen to come at me from the treetops

I'm chillin' out at Tweetstock, building by the millions

My light is brilliant..

OUR LIGHT IS BRILLIANT.

Outro: Just Blaze]

Woooo!

I rest my case

'09, Act 3

First chapter of the end

The last chapter of a new beginning

If it's so

The things we do without even trying…

>>12846

First Chapter of The E.N.D.

Last Chapter of a New Beginning.

Just Blaze.

Sheeeeeeit, baked.

Blessssss 🙏

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

d756e2 No.12848

File: f386030c9c23924⋯.png (1.13 MB,1146x1068,191:178,_f_1_4_x_c6107_.png)

File: 47019992b43b529⋯.png (1.09 MB,1078x1076,539:538,_e_1_4_x_c6107.png)

>>12846

>>12845

>Today is the day.

Sweet.

>Multiply c by 4.

Done.

>Take the new e',1 at 4 x c.

>That cell at new e',1 will have a value that is double a value at e,1.

Not sure which "a value that is double a value in e,1" value you mean, but a quick exploration turned up the value of 2c as an a[t] value at the locations x = 2d (e',1) and x = 2d +1 (-f',1) for our two small classic values. Please see the attached work.

>The value at e,1 is na or (x^2+e)/2 and the value in e',1 is 2na.

>If we have two cells at e,1 and e',1 how do we find values that are twice the other?

Hmmm. OK. Going back to the original (-f,1) (e,1) to reference the new (-f',1) (e',1)

We need some kind of concrete reference point to begin, and so finding 2c at a[t] in (-f',1) (e',1) is a helpful discovery. It's 2 * a * b (of course) so perhaps that could be useful.

Gotta keep investigating the patterns. I'll be back when I have something useful to report.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

d756e2 No.12849

File: bc9a262a8176611⋯.png (3.51 MB,1560x1208,195:151,Screenshot_2024_11_25_02.png)

File: 32f9924b62d48e6⋯.png (2.77 MB,1512x1144,189:143,Screenshot_2024_11_25_03.png)

File: da27aefe226169a⋯.png (5.45 MB,2224x1264,139:79,Screenshot_2024_11_25_01.png)

>>12847

>WE BRINGIN' ANCIENT MATHEMATICS BACK TO MODERN MAN

Boom. What's up my bruddah!

No doubt this idea was known to previous thinkers.

Been watching/reading too much Graham Hancock over here.

Definitely several advanced civilizations have been wiped out.

"We are a species with Amnesia"

>>12846

>Have fun.

Aye aye, Senpai!

>If you need any help with finding the double value between cells, I'll be back later.

Is the double value 2c?

>Let's do the biggest RSA number together?

>End of an era, beginning of a new one.

Sure, sounds good. Let's have fun and get some work done!

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

2dc828 No.12850

>>12849

Blessings to you & your mind, and your family. Let us take care of those we love and make sure they know that we cherish them and hold them near to our hearts.

Blessings to All. Past, Present, & Future.

And now, as our savior taught us, we are bold to say:

Our Father, who art in Heaven,

Hallowed be Thy Name…

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

bca452 No.12851

File: e7209f2e41b6d5f⋯.png (104.64 KB,708x674,354:337,Screenshot_from_2024_11_27….png)

>>12845

>That cell at new e',1 will have a value that is double a value at e,1.

>The value at e,1 is na or (x^2+e)/2 and the value in e',1 is 2na.

For a=13, b=43, na=65. This implies there should be a value of 130 somewhere in (e',1), which pic related shows there isn't. The only way would be to make t equal 130, but then you would have just said to do that. t=130 for this (e',1) is (27,1,130) = {27:1:33813:259:33554:34074}, f=-67600, c=1143318996, u=130, i=33814, j=260 and I don't see anything useful in this element.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

bca452 No.12852

>>12851

I only thought to check variables, now I'm checking gaps between variables within elements and between adjacent elements. It does exist as a gap between adjacent d values here:

(27,1,32) = {27:1:2061:63:1998:2126}, f=-4096, c=4247748, u=32, i=2062, j=64

(27,1,33) = {27:1:2191:65:2126:2258}, f=-4356, c=4800508, u=33, i=2192, j=66

2191-2061=130, which is 2na. The higher of the two x values is na. I don't know if that actually matters though because for every element in (e,1) the gap between two adjacent d values is two times the higher element's x value, so that's implied algebraically. I still don't see anything useful about these elements that would help us find them, and all the patterns that involve gaps between d values in (e,1) either involves taking away our original d value from d[t] or d fitting between the two d values, so I don't know if any of this is useful. Also you would need to know unknowns to find these elements regardless of anything else.

The only way I can make sense of this post is if the 2na he's talking about in (e',1) is the gap between d values. Can't find any use for this or patterns that could be used to find these elements though.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

bca452 No.12853

>>12852

By the way, pretty sure today is the 7th anniversary of the "my hand is forced" post, what better time to finally post the fucking solution already

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

10ec0b No.12854

File: df60adfb0197e50⋯.png (1.46 MB,2286x870,381:145,Screenshot_2024_11_27_01.png)

>>12853

Happy 7 Year Anniversary Faggots! Love you all, and Happy Thanksgiving.

Found another double value, printed out the (e,1) and (e' ,1) columns to do some old school pencil and calculator work.

Please see attached work.

I found a double(d) value.

d = 29 in (e,1)

d = 58 in (e' , 1)

b = n = 36

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

bca452 No.12855

File: 9dd082c3881f11e⋯.png (133.25 KB,787x526,787:526,Screenshot_from_2024_11_28….png)

>>12854

Multiplying c by four is the same as multiplying a by 2 and b by 2, which doubles x+n and doubles d+n (n' is 2n-1, d' is 2d+1 and x' is 2x+1). That also means you can use variables from one element to create the squares for the other element. Given (x+n)(x+n) = nn + 2d(n-1) + f - 1, and given xx+e=2na, I would assume there's a way to rearrange the variables that make up the square so that you have xx in the corner with e divided into two equal parts (depending on parity of x) surrounding it so that when you divide it by two you end up with two right-angled triangles with na at the tip of both (since na = (xx+e)/2). That would mean if you had these (unknown) elements you could use one square to find the other's square with geometry. None of this is useful information right now though, and if you just keep multiplying c by 4 nothing useful seems to happen, as far as I can tell (pic related).

Some grid patterns posts relevant to what he said too

>>7639

>>7624

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

bca452 No.12856

>>12855

Should clarify, in that first linked post he specifically mentions "gaps between the square remainders" (i.e. square remainders are e so maybe relevant to gaps between d values, which is the only place 2na exists in (e',1) that I could find other than forcing it as a t value or something) and the fractal thing is relevant given the fractal nature of one element's squares being made up of double another's variables and so on upwards as you multiply by 4. I think these latest two posts are related to the n0 triangles.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.
Post last edited at

c29784 No.12857

File: 6e2d94bc14ea909⋯.png (279.33 KB,1049x1219,1049:1219,Screenshot_from_2024_11_30….png)

File: 1dee5e640421196⋯.png (183.35 KB,1084x965,1084:965,Screenshot_from_2024_11_30….png)

>>12845

Assuming this has anything to do with >>7423 solely because the only way I've found that makes this post make sense is a gap between d values in (e,1) that equals 2na, I put together these tables showing where n-1 is a factor of d[t]-d vs where n is a factor of a[t]. I know we looked into this a little bit years ago and didn't find anything but I don't think anyone ever applied it to multiples of c. Still doesn't really seem like anything is obviously relevant.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

c00ae2 No.12858

>>12857

Thanks AA, reviewed your output in detail.

{30:5:23:10:13:43} c=559

I think the only advantage of multiplying c x 4 is that we get more n locations?

>Still doesn't really seem like anything is obviously relevant.

Yeah, not sure exactly how this helps.

Doing work here is a welcome daily break when IRL duties are done, so I'll just keep thinking and working. Nice to have a hobby I enjoy, and friends to work on it with.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

723dd6 No.12859

Huh.

I don't know what to make of the new crumb.

At face value, it doesn't take any advantage of the Offset between (-f,1) and (e,1).

That's fine, since I love being here and this is my happy place lol.

Also, a couple finds…

I found 4(an) but not 2(an)

For 4 x c(6107), the 4(an) element is located at (92,1,48) with 4(an) being 4464 = 1116 * 4

I also found 1/2 * (an) = 558 at the location (92, ,1, 17)

Not sure what this means.

Just another day tending the rows and columns at the VQC farm.

"In all labor, there is profit. But idle chatter leads only to poverty."

Proverbs 14:23

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

6c8ff0 No.12860

AA you lurking?

Did we actually find solutions for every semiprime c up to 1M?

I recall that you said we did, using the binary idea.

For example, if the a[t] values in (e,1) are even, we moved to (-f,1) to use the odd a[t] values to look for the binary tag.

Same with this multiply c x 4, 9, 16 idea.

We need a column where a[t] is odd.

For example, in c6107 the (e,1) column is even a[t] values

But when we move to (-f,1) then we have odd a[t] values to examine.

So we need movement to the place where a[t] values are odd.

>>12856

> gap between squares and remainders

xx+e / 2 = an

(square + remainder) / 2 = an

This is why there is a flow, or repeating pattern of remainders in the a[t] column for any (c) value.

The squares cycle, but the remainder is fixed based on (e).

A wave pattern.

That is embedded in the data.

Perhaps by moving to 4c we can observe this wave pattern more easily.

I haven't tried a binary analysis on 4c yet.

There should be 4x as many binary tags for (a)

There should also be 4x as many (n) locations

The key is that we need a multiple that delivers odd a{t] values, as that is where our prime value for (a) will be found.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

6c8ff0 No.12862

Whoops. Copied part of my last post, here's the new part.

The wave pattern is (x squared + e) / 2

It's the part that doesn't fit that's left over.

For example, 2975

101110000000 = 2944

011111 = 35

101110011111 = 2975

So what happens with this binary stuff when we multiply to a column that has MORE of the (a) value we need?

It just has to be a (c) multiple that gives us odd a[t] values I think.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

cc88ed No.12863

>>12860

>Did we actually find solutions for every semiprime c up to 1M?

>I recall that you said we did, using the binary idea.

I don't remember where it stopped (the fact that it stopped alone shows that it's not the solution) but it was inconsistent and it would be unpredictable which variable appeared where. A year or two later (I've lost track of time in this context) I wrote an entirely new program that checked the same thing except I tried to see if every possible combination of parities among the variables and other types of groupings brought out any patterns and there weren't any. If the solution is based on finding an unknown in the binary of a known, I've exhausted every possible way of doing that that I could and I didn't find a way to do it that wouldn't require waiting thousands of years for bigger numbers (since it would be O(n) where n is the length of each variable in bits, rather than O(log n) (and even then it wouldn't find a solution in all cases)).

>For example, if the a[t] values in (e,1) are even, we moved to (-f,1) to use the odd a[t] values to look for the binary tag.

I was already just generating every known and every unknown and checking all the unknowns (including recursively through the factors of d, e and f) to see if they existed in the binary of the knowns, so I already did that.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

62dc3c No.12864

File: 3e69e37b0221c71⋯.jpeg (77.84 KB,424x391,424:391,IMG_9666.jpeg)

>>12863

Hello AA. I appreciate all the effort you've put into our quest. Thank you.

Thanks for answering my question, and confirming that this path has already been explored.

>I've exhausted every possible way of doing that that I could and I didn't find a way to do it that wouldn't require waiting thousands of years.

Lol.

Yeah, so many dead ends.

My archives are full of paths that didn't work.

Since this is my favorite hobby, I'll just keep thinking and working.

Edison tried 10,000 times to achieve the electric bulb.

Worst case I get to hang out with you excellent faggots some more.

It hurts my sense of personal self-confidence the most:

>"Maybe I'm just not smart enough. I've failed so many times."

Maybe I just won't give up.

>"Maybe I need a higher IQ to solve this."

I took an IQ test online 2 months ago because I had never done it. 135 is fine.

>"WTF is wrong with me?"

Uhhh. Nothing.

>"Why can't I find the pattern underlying the crumbs?"

Not sure, but that's no reason to be ashamed or mad at myself

>"Look how much time you've wasted on this."

Made some great friends, and continue having fun every evening. Learned a ton.

>"Now you're definitely on every Fed list."

Fuck the FedBois, hopefully the White Hats have us on their nice list.

>"What a fkn joke this whole thing is."

The only joke would have been not to accept the Mission, and persevere until it's solved.

All my personal angels & demons come into play when working on this.

Which makes me more sure that I should continue working on it.

This is the Quest I was born to be a part of.

Let's keep going.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

62dc3c No.12865

File: 66460a5cce04201⋯.jpeg (185.94 KB,1439x1439,1:1,4BC9FF47_046A_4136_8359_9….jpeg)

>"WTF is wrong with me?"

Uhhh. Nothing.

False.

(upon retrospection)

Just another normal human being in need of forgiveness and Divine blessings.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

75cb83 No.12866

File: d023b4575cf9f9f⋯.png (545.54 KB,1900x568,475:142,Screenshot_2024_12_04_01.png)

File: 954fe9206cac8f6⋯.png (2.17 MB,1568x908,392:227,Screenshot_2024_12_04_02.png)

Hello everyone! Reviewing crumbs and relaxing,

IRL duties are complete.

Glad to be here with you all.

>>12853

Back To The Future.

Set the computer to 11/30/2017….

Back when we all responded to the craziest faggot on CBTS.

VQC.

It doesn't seem like that long ago to me.

My life has changed dramatically since this quest started.

I lost a woman and a family unit due partly to Cue and VQC.

Gained a better woman 3 years ago.

I don't even go into detail with her about us, I just tell her "I'm working with my Math boys."

She just chuckles and says, "Ok, whatever."

On the upcoming solution and forward progress:

Some good hints would be very welcome, Chris!

You have a tried and tested team who have worked hard to follow your bread crumbs.

We've learned a ton.

It's gotta be something simple we've overlooked.

Senpai, teach your disciples something new pls.

It should be obvious by now that we will persist until we succeed.

Drop us a good crumb to work on.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

362d91 No.12867

>>12866

>Glad to be here with you all.

Just checked in - guess will work a bit this eve.

>>12853

>7th anniversary of the "my hand is forced" post, ..

and just over 6 yrs:

>>8176 (VQC in #14)

>Last post.

ALL indications are that was the last post by Chris.

>>12864

>Hello AA. I appreciate all the effort you've put into our quest. Thank you.

SAME!

>False.

>(upon retrospection)

Same same.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

362d91 No.12868

>>12859

>I found 4(an) but not 2(an)

>For 4 x c(6107), the 4(an) element is located at (92,1,48) with 4(an) being 4464 = 1116 * 4

>I also found 1/2 * (an) = 558 at the location (92, ,1, 17)

Confirmed those. Interesting relationship.

>>12855

>Multiplying c by four is the same as multiplying a by 2 and b by 2

Right, and for 9c, a, b * by 3 and 3.

So the "trivial" "Big N" (as '1' will produce half-integer n with 0.5 remainders for 4c, ..) for c9 would use a=2, ..

One thing will be reviewing more, is the difference in n=1 between the "d_min" rows, above and below.

To review "d_min" is the minimum 'd' value for a given 'e' column. As e grows, so does d_min.

Consider e=23. The minimum d=12.

d^2+e = c = 144+23 = 167

Record (23,1,6) {23:1:83:11:72:96:6912:84:12}

Here starts perhaps a unique set of BigN, where each an relates to an N where a=1.

For t=1:5, the 'c' are valid, but the a,b are not of simplest form.

So t=5:

(23,1,5) {23:1:61:9:52:72:3744:62:10}

a=52, b=72

=2^2*26*36 = 2^4 * 13 * 18

In 'f', 'c' and 'i' again positive at t=6.

We look at the "related" 'c' values in the 'e' column at d_min and above.

d increases by 2 for each successive row. For e=23, d is even.

Also noted that the 'd' for the related c = 2*t.

Consider trivial case for c=6107.

t=39: *2=78 = d.

for the 6107 solution row, related c=2327:

t=24, related c is 2327 with d=48.

It has a BigN: (2327+1)/2-48 = 1116

BigX "happens" to be 47 (solution x for 6107).

(23,1,24) {23:1:1163:47:1116:1212:1352592:1164:48}

(23,1116,0) {23:1116:48:47:1:2327:2327:1164:1163}

And using that element as the BASE for the sub-series Generator, and looking at gcd patterns for 6107 (instead of 2327 as would typ do), 31 and 197 emerge:

b for:

(23,1116,-2) {23:1116:4324:-4417:8741:2139:18696999:5440:-3301}

= 2139 = a for:

(23,1116,-1) {23:1116:-46:-2185:2139:1:2139:1070:-1069}

gcd = 31.

at t=14, d and i have gcd = 31

(23,1116,14) {23:1116:470084:31295:438789:503611:220978967079:471200:32411}

Which is right in middle of repeated t=-2 and t=-1 pattern:

(23,1116,29) {23:1116:1944614:64775:1879839:2011621:3781523609019:1945730:65891}

(23,1116,30) {23:1116:2078628:67007:2011621:2147867:4320694362407:2079744:68123}

gcd(2011621, 6107) = 31

the 197 first appears at t=51 (b) and t=52 (a):

(23,1116,51) {23:1116:5924106:113879:5810227:6040217:35095031899259:5925222:114995}

(23,1116,52) {23:1116:6156328:116111:6040217:6274671:37900374443607:6157444:117227}

where gcd(6040217, 6107) = 197

also at 52, mod 'x':

mod(116111, 6107) = 78

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

362d91 No.12869

File: 1a47f845e6e9e27⋯.png (49.72 KB,587x621,587:621,cnN_4c_9c.png)

>>12868

A comment on this "related c" and "d min" with the 4*c and 9*c.

ALL of the "related c", if large enough, move to the same 'e' column.

You noted for 6107*4, e' = 92. and 6107*9, e''=207.

The related 'c' all jump to the same (see pic).

What was interesting, is the 4*c is another way to quickly ID the d_min (had another way), as that's when the e values are then equal (see pic).

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

362d91 No.12870

>>12869

>What was interesting, is the 4*c is another way to quickly ID the d_min

Incorrect statement. Meant to simply show with the base calcs (c*1) that e=23 starting with t=6 (d_min = 12, c=167)

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

362d91 No.12871

>>12868

>So the "trivial" "Big N" (as '1' will produce half-integer n with 0.5 remainders for 4c, ..) for c9 would use a=2, ..

just read that, which states the a for c0 a=2, should state 3, as a=2 is for c*4

In case c*9 a=3, c*16 a = 4, …

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a3a3b7 No.12872

File: c1077c4c18bfb12⋯.jpeg (102.83 KB,1091x994,1091:994,IMG_9653.jpeg)

>>12867

Hello MM and everyone!

Checking In for some banta and work.

I'm gonna review crumbs for the moment to look for a good place to dig.

If anyone wants to hang out, I'll be here for about 2 hours before I gotta get some rest.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a3a3b7 No.12873

*bantz lol.

Too tired from all full day of work in the field.

Autocorrect obviously couldn't help.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a3a3b7 No.12874

*a full day

Pretty beat over here.

Glad to check in with you my bruddahs.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

a3a3b7 No.12875

Going to read some crumbs.

I'll check the board while I work if anyone wants to hang out.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.



[Return][Go to top][Catalog][Nerve Center][Random][Post a Reply]
Delete Post [ ]
[]
[ / / / / / / / / / / / / / ] [ dir / random / 55chan / aiproto / cute / dir / furry / lewd / nofap / warroom ]