Engineer · Mathematician · Developer

Aidan
Chen

High school junior in Saint Johns, Florida, passionate about engineering, mathematics, and building things that matter.

About

A little about me

I'm a 17 year old teen in Florida. I enjoy working across the intersection of mathematics, software, and engineering.

Outside of school, I contribute to the OEIS, build automated systems, teach math at Mathnasium, and volunteer with local organizations.

I have solved 100+ problems on projecteuler.net - all without external libraries (though I have switched programmming langauges depending on the problem to make things easier).

Currently I am working on starting a bruteforce on a 13k+ digit probable prime. For the software, I am considering Primo, CM-ECPP (www.multiprecision.org), and ECPP-dj. Primo is the obvious choice as it is the fastest. However it only runs on x64 Linux and requires a GUI to operate. I plan to run the bruteforce on a server and the current servers I have access to are not GUI-based VMs. CM-ECPP from multiprecision is the third fastest, however the slowdown in speed is considerable. ECPP-dj is second fastest, however it is not very reputable within the scientific community and was made from a community member of the prime searching community. It is also not maintained anymore. Additionally, the bruteforce will take serveral weeks to months. At the time of writing this, Primo is looking the most viable. - Aidan

Page last updated 04/11/2026 (MM/DD/YYYY).

Location
St. Johns County, Florida
Interests
Engineering · Math · Science
Currently
Adding citations to the OEIS & experimenting with ECPP software

GitHub

Projects & Scripts

Scripts
Contributions

Mathematics

OEIS Contributions

Contributions
A003275
Values of phi(k) when phi(k) = phi(k+1).
Added Python program
Program
A003675
Decimal expansion of neutron mass (mass units).
Added comment
Program
A011880
a(n) = floor(n*(n-1)/27).
Added Python program
Program
A017238
a(n) = (9*n + 6)^6.
Added Python program
Program
A023216
Primes p such that 4*p + 9 is also prime.
Added Python program
Program
A024031
a(n) = 3^n - n^8.
Added Python program
Program
A039623
a(n) = n²·(n²+3)/4.
Added Python program
Program
A040022
Continued fraction for √28.
Added Python program
Program
A040632
Continued fraction for √658.
Added Python program
Program
A040643
Continued fraction for √669.
Added Python program
Program
A047219
Numbers congruent to {1, 3} mod 5.
Added Python program
Program
A049002
Primes of form p² - 2, where p is prime.
Added Python program
Program
A055844
a(n) = (5*n + 9)*binomial(n+8, 8)/9.
Added Python program
Program
A060804
Continued fraction for 2·ζ(3).
Added Python program
Program
A061811
Multiples of 3 with all even digits.
Added Python program
Program
A062326
Primes p such that p² - 2 is also prime.
Added Python program
Program
A066406
a(n) = 2^n·(3^n - 3).
Added Python program
Program
A070059
Decimal expansion of proton mass (kg).
Added formula
Program
A074571
a(n) = 5^n + 6^n + 7^n.
Added Python program
Program
A097929
Numbers palindromic in bases 4 and 5.
Added Python program
Program
A100629
a(n) = 2^(5·prime(n) + 1).
Added Python program
Program
A124485
Numbers k such that 2k-1 and 4k-1 are both prime.
Added Python program
Program
A124855
Numbers k such that 3k+4 and 4k+3 are both prime.
Added Python program
Program
A127880
Numbers x for which x⁴+4x³+12x²+24x+24 is prime.
Added Python program
Program
A128043
a(n) = (n³+n)·6^n.
Added Python program
Program
A131465
a(n) = 4n⁴ - 3n³ + 2n² - n + 1.
Added Python program
Program
A132686
a(n) = binomial(2^n + 2n + 1, n).
Added Python program
Program
A135466
a(n) = (2n-8)²·2^(n-3).
Added Python program
Program
A141965
Primes congruent to 26 mod 27.
Added Python program
Program
A142020
Primes congruent to 16 mod 31.
Added Python program
Program
A142138
Primes congruent to 29 mod 37.
Added Python program
Program
A142376
Primes congruent to 25 mod 47.
Added Python program
Program
A142664
Primes congruent to 55 mod 56.
Added Python program
Program
A153282
Numbers k such that 3k+4 is not prime.
Added Python program
Program
A156701
a(n) = 4n⁴ + 17n² + 4.
Added Python program
Program
A169827
Multiples of 840.
Added Python program
Program
A174281
Primes p such that 20p²+32p+13 is also prime.
Added Python program
Program
A174738
Partial sums of floor(n/7).
Added Python program
Program
A175110
a(n) = ((2n+1)⁴+1)/2.
Added Python program
Program
A175805
a(n) = 21·2^n.
Added Python program
Program
A181475
a(n) = 3n⁴ + 6n³ - 3n + 1.
Added Python program
Program
A198848
a(n) = 11·6^n - 1.
Added Python program
Program
A259555
a(n) = 2n² - 2n + 17.
Added Python program
Program
A264724
a(n) = n² + φ(n).
Added Python program
Program
A277353
a(n) = Product_{k=1..n} (3k²+1).
Added Python program
Program
A289720
a(n) = 1 + n·C(2n,n) - n²(n²-2n+3)/2.
Added Python program
Program
A293400
Greatest k such that k/n² < golden ratio.
Added Python program
Program
A293401
Least k such that k/n² > golden ratio.
Added Python program
Program
A295496
φ(6^n-1)/n.
Added Python program
Program
A387036
Sum_{k=0..n} C(4n-2, k).
Added Python program
Program
A387869
Sum_{k=0..n} C(2n+1, 4k).
Added Python program
Program