mersenneforum.org  

Go Back   mersenneforum.org > Extra Stuff > Blogorrhea > science_man_88

Closed Thread
 
Thread Tools
Old 2017-01-09, 19:05   #1
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

845010 Posts
Default what should I post ?

most of what I can think of I probably already have posted somewhere like the trivial results that 2^m{M_n}^2 \equiv M_{n-1}+2^m \pmod {M_{n+m}}

edit: yep so trivial I messed up it's statement. basically I was just using the fact that:
1(2x+1)^2 = 4x^2+4x+1 = x(4x+3)+(x+1)
2(2x+1)^2 = 8x^2+8x+2 = x(8x+7)+(x+2)

which technically is:

2^m{M_n}^2 \equiv M_{n-1}+2^m \pmod {M_{n+m+1}} because m=0 for the 1 case. so this is just a specific case of a more general algebraic fact.

Last fiddled with by science_man_88 on 2018-01-20 at 23:56 Reason: Fixed basic algebra mistakes
science_man_88 is offline  
Old 2017-01-13, 01:23   #2
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

204028 Posts
Default closest thing I could think of to post

is how some of the things on these forums are connected like:
  1. mersenne prime exponents linking to cunningham chains of the first kind (as well as other primes if you don't accept length 1 chains if you accept that the following hold) a mersenne prime exponent>3 can only be the last member of a cunningham chain of the first kind or the first term in a chain that starts with a prime p=4n+1, or a 1 chain length prime of form 4n+3.
  2. the Lucas Lehmer test in reduced form is similar to TF
  3. okay not sure of what else to put here can't think of any more right now even though I could say maybe some computer science things.

Last fiddled with by science_man_88 on 2017-01-13 at 02:40 Reason: typo
science_man_88 is offline  
Old 2017-04-03, 23:42   #3
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

2×52×132 Posts
Default mostly playing with the reduced LL test today

Code:
2(k)(n)+1 -> 2(2(k)(n)+1)^2-1 -> 8(k^2)(n^2)+8(k)(n)+1 -> 8(k)(n)(n+1)+8(k^2)+8(k)+1
a(2(k)(n)+1)->2(a(2(k)(n)+1))^2-1 -> (a^2)(2(2(k)(n)+1)^2-1 ->(a^2)(8(k^2)(n^2)+8(k)(n)+1) -> (a^2)(8(k)(n)(n+1)+8(k^2)+8(k)+1)
k are related to fermat quotients

a are the values that are s_n divided by the mersenne primes in that form of the test.
science_man_88 is offline  
Old 2017-04-07, 11:59   #4
MisterBitcoin
 
MisterBitcoin's Avatar
 
"Nuri, the dragon :P"
Jul 2016
Good old Germany

23×3×37 Posts
Default

The connection between primes and the riemann zeta-function is very exiting. Maybe somethink for you. ;)

Check it out: https://en.wikipedia.org/wiki/Riemann_zeta_function
And one more link: https://en.wikipedia.org/wiki/Proof_..._zeta_function

Last fiddled with by MisterBitcoin on 2017-04-07 at 12:01
MisterBitcoin is offline  
Old 2017-04-07, 12:20   #5
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

2·52·132 Posts
Default

Quote:
Originally Posted by MisterBitcoin View Post
The connection between primes and the riemann zeta-function is very exiting. Maybe somethink for you. ;)

Check it out: https://en.wikipedia.org/wiki/Riemann_zeta_function
And one more link: https://en.wikipedia.org/wiki/Proof_..._zeta_function
I'm not quite that advanced at last check. I would need to read up on complex exponentiation again I think.
science_man_88 is offline  
Old 2017-04-14, 20:57   #6
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

2·52·132 Posts
Default

closest to that I have are numberphile videos mostly right now:




it relates to too much for me to deal with and L-function stuff exist in PARI/gp but I'm not good enough at knowing what to put in to get anything back useful to me.
science_man_88 is offline  
Old 2017-12-16, 21:44   #7
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

2·52·132 Posts
Default twitter update

At least on my account, there's now an option to post 25 tweets in a tweet thread. Each one can contain a poll of up to 4 options. What are some potentially useful topics to poll about, other than worst intersection in a municipality ?
science_man_88 is offline  
Old 2017-12-16, 22:57   #8
Nick
 
Nick's Avatar
 
Dec 2012
The Netherlands

2×7×131 Posts
Default

I assume they make their money by selling information about users.
So the question is what you want that information about you to say, perhaps?
Nick is offline  
Old 2017-12-16, 23:26   #9
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

210216 Posts
Default

Quote:
Originally Posted by Nick View Post
I assume they make their money by selling information about users.
So the question is what you want that information about you to say, perhaps?
I was thinking at one point of making a poll of all 101 products my job placement place makes and seeing what people like. of course I have so few followers, that it probably wouldn't hit any of the bakery's customers.

Last fiddled with by science_man_88 on 2017-12-16 at 23:27
science_man_88 is offline  
Old 2018-01-20, 23:10   #10
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

2×52×132 Posts
Default What's the significance of the fact...

That the residues mod some mersenne in the LL test, are quadratic residues mod the next mersenne.
Reason I think this to be true:

Sqr(A*p+b)= A^2(p^2)+ b^2(1^2)-b mod 2p+1 and two parts of that simplify to quadratic residues. Failure would only happen if the sums/ differences of quadratic residues wasn't a quadratic residue ( guess I may be wrong).

Last fiddled with by science_man_88 on 2018-01-21 at 00:16
science_man_88 is offline  
Old 2018-01-27, 19:27   #11
science_man_88
 
science_man_88's Avatar
 
"Forget I exist"
Jul 2009
Dartmouth NS

2×52×132 Posts
Default Better than emirp ?

https://www.ctvnews.ca/canada/b-c-bo...ents-1.3778283
science_man_88 is offline  
Closed Thread

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Post 200000 Raman Lounge 19 2016-10-07 06:17
Where to post job ad? xilman Linux 2 2010-12-15 16:39
Post numbers - what now? henryzz Forum Feedback 26 2008-12-24 14:21
Can't post to other forums Unregistered Forum Feedback 27 2007-04-04 04:56
Something that I just had to post/buy dave_0273 Lounge 1 2005-02-27 18:36

All times are UTC. The time now is 07:42.


Mon Jun 5 07:42:27 UTC 2023 up 291 days, 5:11, 0 users, load averages: 0.97, 0.90, 0.93

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.

≠ ± ∓ ÷ × · − √ ‰ ⊗ ⊕ ⊖ ⊘ ⊙ ≤ ≥ ≦ ≧ ≨ ≩ ≺ ≻ ≼ ≽ ⊏ ⊐ ⊑ ⊒ ² ³ °
∠ ∟ ° ≅ ~ ‖ ⟂ ⫛
≡ ≜ ≈ ∝ ∞ ≪ ≫ ⌊⌋ ⌈⌉ ∘ ∏ ∐ ∑ ∧ ∨ ∩ ∪ ⨀ ⊕ ⊗ 𝖕 𝖖 𝖗 ⊲ ⊳
∅ ∖ ∁ ↦ ↣ ∩ ∪ ⊆ ⊂ ⊄ ⊊ ⊇ ⊃ ⊅ ⊋ ⊖ ∈ ∉ ∋ ∌ ℕ ℤ ℚ ℝ ℂ ℵ ℶ ℷ ℸ 𝓟
¬ ∨ ∧ ⊕ → ← ⇒ ⇐ ⇔ ∀ ∃ ∄ ∴ ∵ ⊤ ⊥ ⊢ ⊨ ⫤ ⊣ … ⋯ ⋮ ⋰ ⋱
∫ ∬ ∭ ∮ ∯ ∰ ∇ ∆ δ ∂ ℱ ℒ ℓ
𝛢𝛼 𝛣𝛽 𝛤𝛾 𝛥𝛿 𝛦𝜀𝜖 𝛧𝜁 𝛨𝜂 𝛩𝜃𝜗 𝛪𝜄 𝛫𝜅 𝛬𝜆 𝛭𝜇 𝛮𝜈 𝛯𝜉 𝛰𝜊 𝛱𝜋 𝛲𝜌 𝛴𝜎𝜍 𝛵𝜏 𝛶𝜐 𝛷𝜙𝜑 𝛸𝜒 𝛹𝜓 𝛺𝜔