This site is supported by donations to The OEIS Foundation.

User:Jack P. Eisenmann

From OeisWiki
Jump to: navigation, search

I'm a computer scientist who has attended 2 years at Brown University. I have a strong passion for programming, and I love to program in my free time. You can see my work on my personal website:

http://www.ostracodfiles.com/

I would not claim myself to be a high-level mathematician. I have taken several math courses, but only through differential equations. However, I am still interested in math from a computational perspective. My most recent endeavor is to find primes of the form a*14^b-1, where a and b are integers such that 0 < a < 14 and b > 0. I have programmed a distributed system to search for these numbers using the Miller-Rabin test. You can see my progress here:

http://ostracodfiles.com/primes14/primes.php

I look forward to investigating mathematics through computer science in the future.