Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
In Love With Numbers (iLWN) --------------------------- iLWN homepage: https://dmaslov.me This repository contains the MDPN (Most Delayed Palindromic Number), P196 (196 Palindrome Quest), ALSN (All Lychrel Seed Numbers), and ESLP (Equal Sums of Like Powers) projects, as well as the source code for the iLWN website. iLWN is a series of amateur mathematical projects built on a common codebase. Most of these projects focus on searching for unusual numbers. For example, the MDPN project is all about searching for the most delayed palindromic numbers, especially the smallest ones. The P196 project attempts to determine whether the number 196 (the smallest suspected Lychrel number), along with certain other numbers, will ever produce a palindrome through repeated Reverse-and-Add (RAA) operation. The ALSN project catalogs Lychrel seed numbers. Copyright (C) 2019-2026 Dmitry Maslov. For contact information, please visit: https://dmaslov.me/contacts.html This software is distributed under LGPL version 2.1 (see the ./LICENSE file for the full license). Directory structure: -------------------- dbase Palindromes database files Various notes & documents script Various auxiliary scripts source Source code (all subprojects) website iLWN website sources & scripts