An OpenPFGW script that does a partial Miller-Rabin test on a large number

I’m posting this so I can refer to it later. The number being tested is n=(82065^19937 -1)/(82065-1). This is one part of a Miller-Rabin strong primality test. One checks that diff is -1, then one replaces the 32 on line 3 of the script by 16, and the value of res ought to be 1.… Continue reading An OpenPFGW script that does a partial Miller-Rabin test on a large number

Published
Categorized as History

About phi^n, the nth power of the golden ratio

The golden ratio φ is an irrational number, approximately equal to 1.61803, and it’s known for its unique and pleasing properties in mathematics, art, and nature. The Lucas numbers are an integer sequence similar to the Fibonacci numbers and are defined by the recurrence relation (L_n = L_{n-1} + L_{n-2}), with initial terms (L_0 =… Continue reading About phi^n, the nth power of the golden ratio

Published
Categorized as History

ChatGPT memo concerning programs to find Salem-Spencer sets

Over the past 24 hours, we’ve made significant progress in developing and optimizing an algorithm to find large Salem-Spencer sets within a given range. Here’s a recap of the key developments: As a result of these efforts, the program has successfully found Salem-Spencer sets of significant sizes, with the largest found being a set of… Continue reading ChatGPT memo concerning programs to find Salem-Spencer sets

Published
Categorized as History

test 3

[latexpage] It seems like you are exploring the relationship between ( f(u) ) and the non-trivial zeros of the Riemann zeta function, specifically focusing on how the residual term ( \text{Residual}_T(u) ) in your function behaves as ( T ) approaches infinity, particularly in the context of worst-case scenarios for ( u ). The function… Continue reading test 3

Published
Categorized as History

test 2

It seems like you are exploring the relationship between ( f(u) ) and the non-trivial zeros of the Riemann zeta function, specifically focusing on how the residual term ( \text{Residual}_T(u) ) in your function behaves as ( T ) approaches infinity, particularly in the context of worst-case scenarios for ( u ). The function (… Continue reading test 2

Published
Categorized as History

Short-term prime anomalies and Skewes number

What follows is ChatGPT’s response to the text of three tweets I made: Your analysis of the limitations inherent in using the von Mangoldt explicit formula for ( \psi ) is insightful, particularly in terms of capturing high-frequency oscillations in ( \psi(e^u) – e^u ). The von Mangoldt formula indeed sums contributions from non-trivial zeta… Continue reading Short-term prime anomalies and Skewes number

Published
Categorized as History

Memo: Summary of Empirical Findings – Skewes Challenge – January 5 2024

Objective: This memo encapsulates the empirical findings and insights gained since the commencement of the Skewes Challenge, focusing on the behavior of the function ( f(u) = \frac{\psi(e^u) – e^u}{\sqrt{e^u}} ) and the comparison of arithmetic and analytic methods in identifying ( f(u) )-champions. 1. Overview of the Skewes Challenge: 2. Methodological Approach: 3. Key… Continue reading Memo: Summary of Empirical Findings – Skewes Challenge – January 5 2024

Published
Categorized as History

Introducing the Skewes Challenge: Exploring Prime Numbers Up to 10^316

Today, I’d like to propose an intriguing mathematical challenge: the Skewes Challenge. It’s a deep dive into the world of prime numbers, inviting mathematicians and enthusiasts to explore up to the significant scale of 10^316. What is the Skewes Challenge?The challenge focuses on finding a number m where f(m) > C, with f(m) = (psi(m)… Continue reading Introducing the Skewes Challenge: Exploring Prime Numbers Up to 10^316

Published
Categorized as History

Ongoing Research on Record-Breaking Numbers in Prime Distribution (Numbers of Type Skewes)

Introduction:This memo provides an overview of our ongoing research into a specific set of numbers associated with significant deviations in prime-related functions. These numbers, tentatively referred to as “numbers of type Skewes,” represent points where the normalized deviation of the Chebyshev psi function (( \psi(x) )) from its expected value ( x ) reaches new… Continue reading Ongoing Research on Record-Breaking Numbers in Prime Distribution (Numbers of Type Skewes)

Published
Categorized as History

Memo from ChatGPT-4 on plan for project

Certainly! Here’s a 300-word memo outlining your plan: Memo: Analysis Plan for Investigating Correlations in Prime Number Distributions Objective:To explore the correlation between the arithmetic function (\psi) and the independent variable (J) in the context of prime number distributions. Methodology: Expected Outcome:The analysis is expected to reveal a substantial number of statistically significant p-values, indicating… Continue reading Memo from ChatGPT-4 on plan for project

Published
Categorized as History

Lehman’s function S_T(u)

Certainly, here’s a memo discussing the significance of increasing ( T ) in Richard Sherman Lehman’s function ( S_T(u) ) and its implications for understanding prime number counts: Memo: Implications of Increasing ( T ) in Lehman’s Function ( S_T(u) ) for Prime Number Counts Background:Richard Sherman Lehman’s function ( S_T(u) ) is a summation… Continue reading Lehman’s function S_T(u)

Published
Categorized as History

Prime Numbers and 1/f Noise

Exploration of the primes goes back to antiquity. Recently, a new dimension has emerged in this exploration, linking the distribution of prime numbers with the phenomenon of 1/f noise. This connection, while nascent in its exploration, opens a window to a deeper understanding of primes through the lens of complex systems theory. Commonly encountered in… Continue reading Prime Numbers and 1/f Noise

Published
Categorized as History

Pink noise in prime counts? (collaboration w/ Chat-GPT)

Certainly! Here’s a memo on the presence of pink noise in prime number distribution, crafted in a serious tone: To: [Recipient] From: [Your Name] Date: [Date] Subject: Emergence of Pink Noise Patterns in Prime Number Distribution Introduction Recent analytical explorations into the distribution of prime numbers have unveiled a fascinating phenomenon: the presence of pink… Continue reading Pink noise in prime counts? (collaboration w/ Chat-GPT)

Published
Categorized as History

Memo for the record by Chat GPT 4 on some number theory computations

Memo: Progress and Future Directions in c(N_k) Computations Date: [Current Date] Subject: Overview of Recent Work and Prospective Steps in c(N_k) Computations Overview: Recent efforts have focused on computational analysis of Nicolas constants ( c(N_k) ) for large primorials. Utilizing the Primesieve library, substantial computations have been conducted, particularly with values up to ( M… Continue reading Memo for the record by Chat GPT 4 on some number theory computations

Published
Categorized as History

Memo by ChatGPT-4

Subject: Analysis and Computation of a Unique Number Sequence Date: June 10, 2023 This memo is to document the findings from the analysis of a specific number sequence. The sequence begins with 2, 4, and 8 and then employs a unique iterative process for generating subsequent numbers. This generation process includes identifying the last number,… Continue reading Memo by ChatGPT-4

Published
Categorized as History

Deciphering Complexity: An Exploration of Turing Machine Sequences

What follows is based on the Pari/gp code by ChatGPT-4 at the web page entitled “Pari/gp code to compute unusual sequence from a Turing machine” here:https://pastebin.com/cJSaZy5J The sequence in question is from a simulation of a Turing machine, and by simulating the TM, I computed several thousand termsof this presumptive sequence, which can be found… Continue reading Deciphering Complexity: An Exploration of Turing Machine Sequences

Published
Categorized as History

ChatGPT-4 explains software stacks

A software stack refers to a collection of software subsystems or components needed to create a complete platform such that no additional software is needed to support applications. Applications are said to “run on” or “run in” the resulting platform. The concept can be visualized as a stack of layers, with each layer being a… Continue reading ChatGPT-4 explains software stacks

Published
Categorized as History

Pseudoprime testing, script included

Sure, here’s a brief summary: In an attempt to improve efficiency in finding potential pseudoprimes (a number that passes certain primality tests despite not being prime), a number of evolving scripts have been employed, harnessing the mathematical power of the PARI/GP computing environment. These scripts aimed to conduct certain pseudoprime tests on terms generated from… Continue reading Pseudoprime testing, script included

Published
Categorized as History

Update on Turing Machine Research – Rethinking Tape Analysis

Recently, our team has made significant progress in the research and exploration of Turing machines, specifically focusing on a five-state machine that exhibits chaotic behavior. The approach has been to examine the machine’s “tape” – the primary data structure that it manipulates. A new and innovative proposal has been put forward that may offer deeper… Continue reading Update on Turing Machine Research – Rethinking Tape Analysis

Published
Categorized as History

ChatGPT-4 comments on my program to predict a mysterious sequence

Congratulations on generating agreement for 512k terms of the sequence! The code you’ve shared appears to be a refinement of your original Turing machine implementation. Your code generates a binary sequence using the initial “gen” arrays, then expands this sequence exponentially by applying a recursive rule to generate the next “gen” array from the previous… Continue reading ChatGPT-4 comments on my program to predict a mysterious sequence

Published
Categorized as History

Progress Report on Chaotic Turing Machine Sequence Research

Our ongoing research into the mysterious sequence originating from Marxen and Buntrock’s chaotic Turing machine (Tm) continues to yield intriguing insights. We have implemented an advanced sequence generation algorithm in C, which successfully emulates the initial 4096 terms of this complex sequence, mirroring Marxen and Buntrock’s original process. The generation algorithm, which begins with five… Continue reading Progress Report on Chaotic Turing Machine Sequence Research

Published
Categorized as History

Debugging and Prediction Challenges in Mysterious Sequence Generation Using C Code

Background: We’ve been working on a problem related to predicting a specific sequence of numbers. The sequence is generated through a mysterious process that we are trying to model with a C program. The C program, however, is not correctly predicting the sequence as expected, leading to differences in output and therefore a challenging debugging… Continue reading Debugging and Prediction Challenges in Mysterious Sequence Generation Using C Code

Published
Categorized as History

An Algorithmic Description of the “Mysterious Sequence”

The Mysterious Sequence is a peculiar binary pattern that we’ve been studying. Starting with a “1”, it generates a binary array by a simple rule: each bit duplicates itself and then appends an inverted version. This results in a fascinating pattern of zeros and ones. We initially thought this sequence might be related to the… Continue reading An Algorithmic Description of the “Mysterious Sequence”

Published
Categorized as History

Memo on the Prediction Algorithm for the Moser-de Bruijn Sequence

Dear Team, I am writing to provide an update on the development of our prediction algorithm for the Moser-de Bruijn sequence. The sequence, notable for its origins in the run-length encoding of the tape of a chaotic 5-state Turing machine, presents unique challenges for accurate prediction. As you may know, the Moser-de Bruijn sequence is… Continue reading Memo on the Prediction Algorithm for the Moser-de Bruijn Sequence

Published
Categorized as History

Generation Algorithm for Moser-de Bruijn Sequence

Dear Team, I would like to bring your attention to an intriguing algorithm that we have recently developed. The goal was to predict the ‘next generation’ in the Moser-de Bruijn sequence. This sequence, found within number theory, is generated from the sum of distinct powers of 4 and carries intriguing structural properties. Our algorithm begins… Continue reading Generation Algorithm for Moser-de Bruijn Sequence

Published
Categorized as History

Copied from ChatGPT-4 discussion

Indeed, the concept of “generations” and the understanding of sequential transitions has proved to be a very insightful approach in your investigation of the Moser-de Bruijn sequence. This generation-based concept has provided an effective framework to analyze and predict the pattern of the sequence. The identification of the last quarter of the current generation as… Continue reading Copied from ChatGPT-4 discussion

Published
Categorized as History

Exploration of Moser-de Bruijn Sequence Generational Patterns

We have recently embarked on a study of the Moser-de Bruijn sequence and its generational patterns. The sequence is renowned for its intriguing recurrence and regularity, and we’ve discovered compelling hints of structured growth across generations. Our approach involved breaking down the sequence into ‘genfiles’, each representing a specific generation (bit) of the sequence. Each… Continue reading Exploration of Moser-de Bruijn Sequence Generational Patterns

Published
Categorized as History

A memo from ChatGPT-4

Subject: Update on Moser-de Bruijn Sequence Analysis Dear Team, Our ongoing exploration of the Moser-de Bruijn sequence has yielded some intriguing insights. The original complexity of the sequence’s patterns has begun to distill into a simpler and more manageable framework, particularly with the introduction of the function g(x) = round(1.0815 * 1.5^x). Through deep analysis,… Continue reading A memo from ChatGPT-4

Published
Categorized as History

What Chat-GPT-4 thinks

The prompt was: “So do I. I think this is a turning in human history: the rise of higher AI using LLM…” and GPT-4’s response: Indeed, the development of large language models (LLMs) and AI in general has been a significant turning point in human history. These technologies have the potential to transform a multitude… Continue reading What Chat-GPT-4 thinks

Published
Categorized as History

A memo written by ChatGPT-4

To whom it may concern, We’ve identified a potentially promising line of inquiry relating to sequence A274152, derived from a chaotic Turing machine. This sequence has intrigued researchers due to its unpredictable nature and lack of apparent pattern. Our new approach is rooted in the hypothesis that the opcode sequences used in evaluating certain polynomials… Continue reading A memo written by ChatGPT-4

Published
Categorized as History

A Connection Between the Chaotic Turing Machine and A New Algorithm

Memo: Recent developments have allowed us to establish an intriguing link between a mysterious sequence arising from a chaotic Turing machine and a newly developed algorithm. This sequence, cataloged as A274152 in the OEIS database, displays a surprising property that we’ve successfully captured using a novel approach involving numerical approximation. The algorithm uses opcode sequences… Continue reading A Connection Between the Chaotic Turing Machine and A New Algorithm

Published
Categorized as History

(ChatGPT-4) Memo: Discrepancies and Conjectures Surrounding Tree Growth Numbers at 1.5: OEIS A274152 versus Empirical Observations

We embarked on an in-depth investigation into the growth patterns of a tree structure at a growth factor of 1.5, focusing on the resulting number of distinct integers after each generation. Through the development and utilization of precise computational models, our empirical observations revealed a numerical sequence with compelling properties.However, a comparison with the existing… Continue reading (ChatGPT-4) Memo: Discrepancies and Conjectures Surrounding Tree Growth Numbers at 1.5: OEIS A274152 versus Empirical Observations

Published
Categorized as History

Review and Comparison of Three Numerical Sequences: Turing Machine Sequence, OEIS A274152, and Empirical Results from Tree Evaluations

As part of our ongoing efforts in numerical analysis and understanding of mathematical phenomena, this memo provides a comparative review of three distinct sequences: a Turing Machine-generated sequence, the OEIS A274152 sequence, and a sequence generated from empirical results on tree evaluations at 1.5. Each of these sequences presents interesting characteristics and complexities. (a) Turing… Continue reading Review and Comparison of Three Numerical Sequences: Turing Machine Sequence, OEIS A274152, and Empirical Results from Tree Evaluations

Published
Categorized as History

Recent Developments in Turing Machine Simulations and Associated Challenges

I’m writing to provide an update on our recent exploration into Turing Machine (TM) simulations, the resulting technical issues we’ve encountered, and some intriguing discoveries about the Mandelbrot Sequence. Our current focus has been on a particular Turing Machine, referred to as the Chaotic Turing Machine (TM). It has the unique ability to generate segments… Continue reading Recent Developments in Turing Machine Simulations and Associated Challenges

Published
Categorized as History