photo

Chris Cleveland


Last seen: 대략 2개월 전 2013년부터 활동

Followers: 0   Following: 0

메시지

Let the cody begin! Professional Interests: Mathematics, Chemical Engineering, Electrochemical Systems, and Machine Learning.

통계

Cody

1 문제
2184 답안

순위
N/A
of 300,369

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
31
of 168,436

참여
1 문제
2184 답안

점수
27,281

배지 수
89

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Computer Games I Master
  • Cody5 Easy Master
  • Indexing IV Master
  • Indexing V Master
  • Number Manipulation II Master
  • Computational Geometry III Master
  • Cody Problems in Japanese Master
  • Matrix Patterns III Master
  • Number Manipulation I Master
  • Strings I Master
  • Magic Numbers Master
  • Magic Numbers II Master

배지 보기

Feeds

보기 기준

문제를 풀었습니다


Linear primes p' = mp + n
Problem statement List the prime numbers of the form p' = mp + n for a given (m,n) couple and such that p' < k, k positive in...

3개월 전

문제를 풀었습니다


Chek the Delta = p' - p = 6k gap theorem about arithmetic progressions in the prime number set
Context In the prime numbers set there are some arithmetic progressions (sequences of three or more consecutive prime number...

3개월 전

문제를 풀었습니다


List the complementary / symetric prime couples
Problem statement For a given positive integer n, provide the prime couples (p,p') such that p + p' = 10^n. NB : a number li...

3개월 전

문제를 풀었습니다


List primes which are the sum of two consecutive lower primes plus minus one
Problem statement Some prime numbers can be written as the sum of two consecutive lower primes plus / minus one : Like t...

3개월 전

문제를 풀었습니다


List the twin prime couples
Problem statement The twin prime couples (p,p') are the ones such that p' = p + 2. For a given integer n > 1, list the twin p...

3개월 전

문제를 풀었습니다


Check Legendre's conjecture
Context and problem statement Legendre's conjecture states for a given positive integer n, there always exists at least one pri...

3개월 전

문제를 풀었습니다


Check Bertrand-Chebyshev's theorem about prime numbers
Historical context Bertrand's postulate, also later known as Chebyshev's theorem, is a very important theorem in number theory ...

3개월 전

문제를 풀었습니다


Check p = 6n +/- 1, the generic formula for odd prime numbers greater than 3
Problem statement For all odd prime number p greater than 3, there exists a positive integer n, such that p = 6n +/- 1 : ...

3개월 전

문제를 풀었습니다


Check p = 4n +/- 1, the generic formula for odd prime numbers
Problem statement For all odd prime number p, there exists a positive integer n, such that p = 4n +/- 1 : Check this f...

3개월 전

문제를 풀었습니다


List the near-square primes, p = n² + 1 (Landau's 4th problem)
Historical context At the 1912 International Congress of Mathematicians, Edmund Landau listed four basic problems about prime...

3개월 전

문제를 풀었습니다


Create a sequence of primes p such that p > n π(p)

3개월 전

문제를 풀었습니다


Construct a prime circle
A <https://mathworld.wolfram.com/PrimeCircle.html prime circle> is a circular arrangement of the numbers 1 to 2n such that pairs...

3개월 전

문제를 풀었습니다


Test the generalized Legendre conjecture

3개월 전

문제를 풀었습니다


Play PRIMEGAME
Have you ever used the Sieve of Eratosthenes and said, "I wonder whether there’s a less efficient way to find prime numbers."? N...

3개월 전

문제를 풀었습니다


Test approximations of the prime counting function

3개월 전

문제를 풀었습니다


Find jumping medalists

3개월 전

문제를 풀었습니다


Determine digits of the Copeland-Erdos constant
<https://www.mathworks.com/matlabcentral/cody/problems/1477-champernowne-constant/solutions/new Cody Problem 1477> asks us to de...

3개월 전

문제를 풀었습니다


Identify Wagstaff primes
The numbers 3, 43, and 2731 are examples of <https://mathworld.wolfram.com/WagstaffPrime.html Wagstaff primes>. Write a func...

3개월 전

문제를 풀었습니다


Identify primorial primes
Cody Problems <https://www.mathworks.com/matlabcentral/cody/problems/46054-count-trailing-zeros-in-a-primorial 46054> and <https...

3개월 전

문제를 풀었습니다


Find the last non-zero digit in a primorial
<https://www.mathworks.com/matlabcentral/cody/groups/2001/problems/45251 Cody Problem 45251> asked us to find the last non-zero ...

3개월 전

문제를 풀었습니다


Identify full reptend primes

3개월 전

문제를 풀었습니다


Count trailing zeros in a primorial
<https://www.mathworks.com/matlabcentral/cody/problems/44068-the-number-of-trailing-zero-digit-of-a-factorial Cody Problem 44068...

3개월 전

문제를 풀었습니다


Determine whether a number is a cluster prime
A <https://mathworld.wolfram.com/ClusterPrime.html cluster prime> is an odd prime number _p_ such that all even numbers less tha...

3개월 전

문제를 풀었습니다


Investigate the frequency of last digits of prime numbers
The last digit of a prime number greater than 5 can be 1, 3, 7, or 9. If the primes are distributed randomly, then these digits ...

3개월 전

문제를 풀었습니다


Compute the nth Naerogahtyp emirp

3개월 전

문제를 풀었습니다


List the emirps
An emirp is a prime number that becomes a different prime when reversed. The numbers 13, 17, and 149 are emirps, but 11, 19, and...

3개월 전

문제를 풀었습니다


Determine whether a prime is Pythagorean

3개월 전

문제를 풀었습니다


Compute the nth Pythagorean prime
Pythagorean primes have the form p = 4n+1, where n is an integer, and they can be written as the sum of squares of two integers....

3개월 전

문제를 풀었습니다


Euclid primes
Historical context Euclid, the greek mathematician proved at his time that the prime numbers set is an infinite. By the way he ...

3개월 전

더 보기