I recommend taking courses on Brilliant.org to supplement your mathematical education. I've been sampling the courses and enjoying the lessons. A typical lesson takes about 10-15 minutes. The time spent on these lessons is much more productive than mindlessly scrolling on social media.
Friday, November 14, 2025
Brilliant
Adjunct faculty member of the University of Redlands, School of Business.
Retired Quality Engineering Manager - Abbott Labs (32 years).
Favorite classes to teach: Management Science, Statistics, Operations Management, Analytics.
Contributor to the Online Encyclopedia of Integer Sequences (OEIS) https://oeis.org/.
Saturday, November 1, 2025
325 A.D.
This year, Christians celebrate the 1700th anniversary of the Council of Nicaea (present day İznik, Turkey). The council was convened by the Roman Emperor, Constantine I. This ecumenical gathering representing all Christendom was represented by over 200 bishops. The council sought to establish common understanding of the technical aspects of Christology.
Establishing the date of Easter and the proclamation of faith, the Nicene Creed, were two major products of this council.
Adjunct faculty member of the University of Redlands, School of Business.
Retired Quality Engineering Manager - Abbott Labs (32 years).
Favorite classes to teach: Management Science, Statistics, Operations Management, Analytics.
Contributor to the Online Encyclopedia of Integer Sequences (OEIS) https://oeis.org/.
Tuesday, October 14, 2025
A389240 - A contribution to the On-Line Encyclopedia of Integer Sequences (OEIS)
This new sequence was just published today. I was happy to collaborate with my friend and fellow Illinois Tech alumnus and swimmer, Michael De Vlieger.
Start the sequence S with S(1) = n and extend S with S(m+1) = S(m)/2 when S(m) is even, otherwise with S(m) + the smallest odd number not yet added. a(n) is the number of steps to reach 1, or -1 if 1 is never reached.
0
0, 1, 3, 2, 8, 4, 4, 3, 6, 9, 9, 5, 33, 5, 5, 4, 9, 7, 7, 10, -1, 10, 10, 6, 7, 34, 34, 6, 13, 6, 6, 5, 34, 10, 10, 8, 9, 8, 8, 11, 10, -1, -1, 11, 11, 11, 11, 7, -1, 8, 8, 35, 34, 35, 35, 7, 8, 14, 14, 7, 96, 7, 7, 6, 14, 35, 35, 11, -1, 11, 11, 9, 35, 10, 10
OFFSET
1,3
COMMENTS
For n = 1, S begins 1, 2, 1, 4, 2. The subsequent terms are A066070.
LINKS
James C. McMahon, Table of n, a(n) for n = 1..10000
Michael De Vlieger, Scatterplot of first 1000000 terms
FORMULA
a(2^k) = k.
a(2^k-1) = k+1 for k > 1.
a(2^k-2) = k+1 for k > 2.
For odd m and a(m) = h, a(2^k*m) = h+k.
EXAMPLE
For n = 5, S begins 5, 6, 3, 6, 3, 8, 4, 2, 1, thus 8 steps to reach 1, so a(5) = 8.
For n = 21, S begins 21, 22, 11, 14, 7, 12, 6, 3, 10, 5, 14, 7, 18, 9. Starting with the 7th step, 3, alternating terms of S are the odd numbers 3, 5, 7, 9..., so the sequence never reaches 1; a(21) = -1.
MATHEMATICA
Table[m = -1;
If[#[[-1]] == 1, -1 + Length[#], -1] &@
If[n < 5,
NestWhileList[If[EvenQ[#], #/2, # + (m += 2)] &, n, # > 1 &],
NestWhileList[If[EvenQ[#], #/2, # + (m += 2)] &, n,
And[#4 > 1, Nand[#1 == #3 - 2, #2 == #4 - 4]] &, 4]], {n, 75}]
CROSSREFS
KEYWORD
sign,new
AUTHOR
James C. McMahon and Michael De Vlieger, Sep 26 2025
STATUS
approved
Labels:
OEIS
Adjunct faculty member of the University of Redlands, School of Business.
Retired Quality Engineering Manager - Abbott Labs (32 years).
Favorite classes to teach: Management Science, Statistics, Operations Management, Analytics.
Contributor to the Online Encyclopedia of Integer Sequences (OEIS) https://oeis.org/.
Subscribe to:
Posts (Atom)
An Open Message to the Blog's Fans in Singapore
(Image: Free 12 singapore icons - Iconfinder ) This past week, more views of this blog were made from Singapore than other country. To ackn...
Popular in last 30 days
-
This list will grow in time as I'm sure I'll get additional suggestions. Numberphile has audio and video podcasts. Producer Brady Ha...
-
The Collatz Conjecture states that all sequences following its two simple rules will reach 1. The conjecture was introduced in a prior post...
-
A table of the numbers 1 through 10 each raised to the powers of 1 through 5. This table is shown below. Table of numbers 1 to 10 rais...