Decomposition into weight × level + jump of prime numbers:
- a new classification of primes ➡️ https://decompwlj.com/primedecomp.php
- in 3D - threejs - webGL ➡️ https://decompwlj.com/3Dgraph/Prime_numbers.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

A195069: Numbers k such that (number of prime factors of k counted with multiplicity) less (number of distinct prime factors of k) = 10
A195069 ➡️ https://oeis.org/A195069
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A195069.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A195069.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A195069.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

A192607: Nonludic numbers: complement of A003309
A192607 ➡️ https://oeis.org/A192607
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/Nonludic_numbers.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/Nonludic_numbers.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/Nonludic_numbers.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

A191113: Increasing sequence generated by these rules: a(1)=1, and if x is in a then 3x-2 and 4x-2 are in a
A191113 ➡️ https://oeis.org/A191113
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A191113.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A191113.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A191113.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

Today is good day to learn that in #PHP, if the documentation says
function foo expects arguments A and B and if B is not defined it'll be like passing "null"
that does NOT mean that
foo(A) and foo(A, null)
will produce the same results.
Actually, it might be the case that foo(A, null) throws an exception and dies.
Keeping life exciting, PHP is.
I wish PHP 9.0 had a feature called "Flag".
No more bitwise operators, just fluent flag declaration. I'll prefer that rather than adding numbers and then wondering what is "8 | 16".
#Programming #Code #Coding #PHP #SoftwareDevelopment #WebDevelopment #WebDev #PHP9

@jetbrains is sunsetting the feature I use every day! Code-with-me will be removed, the way to do pair programming for remote teams.
https://blog.jetbrains.com/platform/2026/03/sunsetting-code-with-me/
Why does jetbrains keep pushing me away? First forcing their AI, now end of code-with-me. I need to look for an alternative replacement. #php #pairprogramming #remote #ide
I was ready to create an issue on @phpunit because of a strange behavior that I dug for a few hours...
While writing the description and explaining the details, I found that the issue was my own code...
Take the time to step back and explain to someone, an issue or an object on your desk. Most of the time a solution will come !!
Wrote a simple #PHP script that runs once an hour.
Against a database with a couple of hundred records.
On a VPS that manages to hold its own against the bots while hosting both a fedi instance and a code forge.
But still it irks that it’s doing N+1 selects 😞 (actually, more like 3N+1 even)
Using loadMissing() to avoid duplicate queries? If the relationship was previously loaded with a filter, you might silently get incomplete data. Here's when the extra query is actually worth it. #php #laravel https://masteringlaravel.io/daily/2026-03-16-when-loadmissing-works-against-you
flow-php/parquet just got another significant performance boost 🤯
Our next goal is to create an php extension that would let us use Apache Arrow C++ parquet implementation and make parquet in #PHP even faster!

I miss PHP Internals News podcast.
I hope the PHP Foundation introduces Elizabeth Barron through official channels instead of random streams shilling AI slop, copyright infringement, and JetBrains subscriptions.