맨위로가기

알라디-그린스테드 상수

"오늘의AI위키"는 AI 기술로 일관성 있고 체계적인 최신 지식을 제공하는 혁신 플랫폼입니다.
"오늘의AI위키"의 AI를 통해 더욱 풍부하고 폭넓은 지식 경험을 누리세요.

1. 개요

알라디-그린스테드 상수는 팩토리얼과 소수의 관계를 설명하는 수학적 개념이다. 함수 α(n)을 통해 팩토리얼을 소수의 거듭제곱 형태로 재정렬하고, 이 과정에서 나타나는 극한값을 계산한다. 이 함수의 극한값은 뤼로스 상수와 리만 제타 함수를 사용하여 표현할 수 있으며, 약 0.8093940205...에 접근한다.

더 읽어볼만한 페이지

  • 수학 상수 - 허수 단위
    허수 단위 i는 i² = −1을 만족하는 수로, 실수 체계에서는 정의되지 않는 음수의 제곱근을 나타내며 복소수 체계의 기본 구성 요소로서 복소평면에서 90° 회전하는 효과를 가지며 1, i, -1, -i를 주기적으로 순환하는 특징을 가진다.
  • 수학 상수 - 실베스터 수열
    실베스터 수열은 각 항이 이전 항들의 곱에 1을 더한 값으로 정의되는 정수 수열로서, 재귀적으로 정의되며 이중 지수 함수적으로 증가하고, 이집트 분수 및 탐욕 알고리즘과 관련이 있으며, 역수 합은 1로 수렴한다.
  • 특수 함수 - 람베르트 W 함수
    람베르트 W 함수는 we^w = z를 만족하는 w를 찾는 람베르트 이름을 딴 역함수 관계를 가지며, 여러 분야에서 지수 함수 방정식을 푸는 데 응용되는 무한히 많은 가지를 가진 함수이다.
  • 특수 함수 - 감마 함수
    감마 함수는 양의 실수부를 갖는 복소수 z에 대해 오일러 적분으로 정의되고 해석적 연속을 통해 복소평면 전체로 확장된 팩토리얼 함수의 일반화로서, 수학, 물리학, 공학 등 다양한 분야에서 활용되며 여러 표현과 성질을 가진다.
알라디-그린스테드 상수
지도 정보
기본 정보
이름알라디-그린스테드 상수
분야수학
정의모든 양의 정수에 대한 다음 표현식의 값: Σ (-1)ⁿ⁻¹ / (n * ζ(n)) = 1 - 1/(2*ζ(2)) + 1/(3*ζ(3)) - ... 여기서 ζ(n)은 리만 제타 함수임.
0.26854499794...
표기A
다른 이름알라디 상수, 알라디-그린스테드 상수
수학적 속성
성질초월수인지 여부는 알려지지 않음.

2. 팩토리얼과 소수

n!의 몇몇 초기 팩토리얼을 고려해본다.

가장 작은 소수로부터 자연수의 순서로 대상 정수n의 개수대로 재정렬한다.

4! = 4 \cdot 3!

\;\;\; = 4 \cdot 3 \cdot 2

\;\;\; = 2^2 \cdot 3 \cdot 2

\;\;\; = 2 \cdot 2 \cdot 2 \cdot 3

5! = 5 \cdot 4!

\;\;\; = 5 \cdot 2 \cdot 3 \cdot 2^2

\;\;\; = 2 \cdot 3 \cdot 2^2 \cdot 5

\;\;\; = 2 \cdot 2 \cdot 2 \cdot3 \cdot 5

6! = 6 \cdot 5!

\;\;\; = 2 \cdot 3 \cdot 5!

\;\;\; = 2 \cdot 3 \cdot 2 \cdot 3 \cdot 2^2 \cdot 5

\;\;\; = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5

\;\;\; = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 4 \cdot 5

7! = 7 \cdot 6!

\;\;\; =7 \cdot 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5

\;\;\; = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7

\;\;\; = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 4 \cdot 5 \cdot7

8! = 8 \cdot 7!

\;\;\; = 2^3 \cdot 7!

\;\;\; = 2^3 \cdot 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7

\;\;\; = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3

\;\;\; = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 4 \cdot 5 \cdot7 \cdot 8

9! = 9 \cdot 8!

\;\;\; = 3^2 \cdot 8!

\;\;\; = 3^2 \cdot 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3

\;\;\; = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3 \cdot 3^2

\;\;\; = 3^2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3

\;\;\; = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 4 \cdot 4 \cdot 5 \cdot7 \cdot 8

10! = 10 \cdot 9!

\;\;\; = 2 \cdot 5 \cdot 9!

\;\;\; = 2 \cdot 5 \cdot 3^2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3

\;\;\; = 3^2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^2 \cdot 2 \cdot 5 \cdot 5 \cdot7 \cdot 2^3

\;\;\; = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^3 \cdot 5 \cdot 5 \cdot7 \cdot 2^3

\;\;\; = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot 5 \cdot7 \cdot 2^3 \cdot 2^3

\;\;\; = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 4 \cdot 5 \cdot 5 \cdot7 \cdot 8 \cdot 8

팩토리얼 정보가 소수의 제곱의 정보로 이동된다.[4]

:\alpha(n) =

:p=m(n)=max \left( P^{begin} \right)

:pn!에서 재정렬후 가장 처음에오는 수의 소수제곱정보의 그 소수값P이다.[5][6][7]

2. 1. 예시

4!부터 10!까지의 팩토리얼을 소수의 곱으로 나타내면 다음과 같다.[4]

:4! = 4 \cdot 3!

: \;\;\; = 4 \cdot 3 \cdot 2

: \;\;\; = 2^2 \cdot 3 \cdot 2

: \;\;\; = 2 \cdot 2 \cdot 2 \cdot 3

:5! = 5 \cdot 4!

:\;\;\; = 5 \cdot 2 \cdot 3 \cdot 2^2

:\;\;\; = 2 \cdot 3 \cdot 2^2 \cdot 5

:\;\;\; = 2 \cdot 2 \cdot 2 \cdot3 \cdot 5

:6! = 6 \cdot 5!

:\;\;\; = 2 \cdot 3 \cdot 5!

:\;\;\; = 2 \cdot 3 \cdot 2 \cdot 3 \cdot 2^2 \cdot 5

:\;\;\; = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5

:\;\;\; = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 4 \cdot 5

:7! = 7 \cdot 6!

:\;\;\; =7 \cdot 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5

:\;\;\; = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7

:\;\;\; = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 4 \cdot 5 \cdot7

:8! = 8 \cdot 7!

:\;\;\; = 2^3 \cdot 7!

:\;\;\; = 2^3 \cdot 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7

:\;\;\; = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3

:\;\;\; = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 4 \cdot 5 \cdot7 \cdot 8

:9! = 9 \cdot 8!

:\;\;\; = 3^2 \cdot 8!

:\;\;\; = 3^2 \cdot 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3

:\;\;\; = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3 \cdot 3^2

:\;\;\; = 3^2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3

:\;\;\; = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 4 \cdot 4 \cdot 5 \cdot7 \cdot 8

:10! = 10 \cdot 9!

:\;\;\; = 2 \cdot 5 \cdot 9!

:\;\;\; = 2 \cdot 5 \cdot 3^2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3

:\;\;\; = 3^2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^2 \cdot 2 \cdot 5 \cdot 5 \cdot7 \cdot 2^3

:\;\;\; = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^3 \cdot 5 \cdot 5 \cdot7 \cdot 2^3

:\;\;\; = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot 5 \cdot7 \cdot 2^3 \cdot 2^3

:\;\;\; = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 4 \cdot 5 \cdot 5 \cdot7 \cdot 8 \cdot 8

이 과정에서 팩토리얼 정보가 소수의 제곱 정보로 이동하는 것을 보여준다.[4]

:\alpha(n) =

:p=m(n)=max \left( P^{begin} \right)

:pn!에서 재정렬후 가장 처음에오는 수의 소수제곱정보의 그 소수값P이다.[5][6][7]

3. 함수 α(n)

n!의 몇몇 초기 팩토리얼을 고려해본다. 가장 작은 소수로부터 자연수의 순서로 대상 정수n의 개수대로 재정렬한다.[4]

:4! = 4 \cdot 3! = 4 \cdot 3 \cdot 2 = 2^2 \cdot 3 \cdot 2 = 2 \cdot 2 \cdot 2 \cdot 3

:5! = 5 \cdot 4! = 5 \cdot 2 \cdot 3 \cdot 2^2 = 2 \cdot 3 \cdot 2^2 \cdot 5 = 2 \cdot 2 \cdot 2 \cdot3 \cdot 5

:6! = 6 \cdot 5! = 2 \cdot 3 \cdot 5! = 2 \cdot 3 \cdot 2 \cdot 3 \cdot 2^2 \cdot 5 = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 4 \cdot 5

:7! = 7 \cdot 6! =7 \cdot 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 4 \cdot 5 \cdot7

:8! = 8 \cdot 7! = 2^3 \cdot 7! = 2^3 \cdot 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3 = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 4 \cdot 5 \cdot7 \cdot 8

:9! = 9 \cdot 8! = 3^2 \cdot 8! = 3^2 \cdot 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3 = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3 \cdot 3^2

:\;\;\; = 3^2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3 = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 4 \cdot 4 \cdot 5 \cdot7 \cdot 8

:10! = 10 \cdot 9! = 2 \cdot 5 \cdot 9! = 2 \cdot 5 \cdot 3^2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3 = 3^2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^2 \cdot 2 \cdot 5 \cdot 5 \cdot7 \cdot 2^3

:\;\;\; = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^3 \cdot 5 \cdot 5 \cdot7 \cdot 2^3 = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot 5 \cdot7 \cdot 2^3 \cdot 2^3 = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 4 \cdot 5 \cdot 5 \cdot7 \cdot 8 \cdot 8

팩토리얼 정보가 소수의 제곱의 정보로 이동된다.[4]

:\alpha(n) =

:p=m(n)=max \left( P^{begin} \right)

:pn!에서 재정렬후 가장 처음에오는 수의 소수제곱정보의 그 소수값P이다.[5][6][7]

3. 1. 정의

n!의 몇몇 초기 팩토리얼을 고려해본다. 가장 작은 소수로부터 자연수의 순서로 대상 정수n의 개수대로 재정렬한다.[4]

:4! = 4 \cdot 3! = 4 \cdot 3 \cdot 2 = 2^2 \cdot 3 \cdot 2 = 2 \cdot 2 \cdot 2 \cdot 3

:5! = 5 \cdot 4! = 5 \cdot 2 \cdot 3 \cdot 2^2 = 2 \cdot 3 \cdot 2^2 \cdot 5 = 2 \cdot 2 \cdot 2 \cdot3 \cdot 5

:6! = 6 \cdot 5! = 2 \cdot 3 \cdot 5! = 2 \cdot 3 \cdot 2 \cdot 3 \cdot 2^2 \cdot 5 = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 4 \cdot 5

:7! = 7 \cdot 6! =7 \cdot 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 4 \cdot 5 \cdot7

:8! = 8 \cdot 7! = 2^3 \cdot 7! = 2^3 \cdot 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3 = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 4 \cdot 5 \cdot7 \cdot 8

:9! = 9 \cdot 8! = 3^2 \cdot 8! = 3^2 \cdot 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3 = 2 \cdot 2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3 \cdot 3^2

:\;\;\; = 3^2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3 = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 4 \cdot 4 \cdot 5 \cdot7 \cdot 8

:10! = 10 \cdot 9! = 2 \cdot 5 \cdot 9! = 2 \cdot 5 \cdot 3^2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^2 \cdot 5 \cdot7 \cdot 2^3 = 3^2 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^2 \cdot 2 \cdot 5 \cdot 5 \cdot7 \cdot 2^3

:\;\;\; = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 3 \cdot 2^2 \cdot 2^3 \cdot 5 \cdot 5 \cdot7 \cdot 2^3 = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 2^2 \cdot 5 \cdot 5 \cdot7 \cdot 2^3 \cdot 2^3 = 3 \cdot 3 \cdot 3 \cdot 3 \cdot 4 \cdot 5 \cdot 5 \cdot7 \cdot 8 \cdot 8

팩토리얼 정보가 소수의 제곱의 정보로 이동된다.[4]

:\alpha(n) =

:p=m(n)=max \left( P^{begin} \right)

:pn!에서 재정렬후 가장 처음에오는 수의 소수제곱정보의 그 소수값P이다.[5][6][7]

4. α(n)의 극한값

\alpha(8)\alpha(9)의 값은 다음과 같이 계산할 수 있다.

:\alpha(8) = ==={1\over3}=0.3333\cdots

:\alpha(9) = ==={1\over2}=0.5

:n이 무한히 커지면서 \alpha (n) 0.80939 40205 ....에 접근한다.

:\lim_{n\to\infty} \alpha (n)= e^{c-1}= 0.80939 40205 ....(OEIS A085291)

: c = \sum_{k=2}^{\infty} {1\over k}\ln \;\;\; c뤼로스 상수이다.

: c = \sum_{n=1}^{\infty} \;\;\; \zeta리만 제타 함수이다.

: \;\;\; = 0.78853 05659 ... (OEIS A085361)

4. 1. 극한값 계산

\alpha(8)\alpha(9)의 값은 다음과 같이 계산할 수 있다.

:\alpha(8) = ==={1\over3}=0.3333\cdots

:\alpha(9) = ==={1\over2}=0.5

:n이 무한히 커지면서 \alpha (n) 0.80939 40205 ....에 접근한다.

:\lim_{n\to\infty} \alpha (n)= e^{c-1}= 0.80939 40205 ....(OEIS A085291)

: c = \sum_{k=2}^{\infty} {1\over k}\ln \;\;\; c뤼로스 상수이다.

: c = \sum_{n=1}^{\infty} \;\;\; \zeta리만 제타 함수이다.

: \;\;\; = 0.78853 05659 ... (OEIS A085361)

참조

[1] 웹인용 보관된 사본 http://plouffe.fr/si[...] 2018-02-22
[2] 웹인용 보관된 사본 http://oeis.org/A085[...] 2018-02-22
[3] 웹사이트 http://mathworld.wol[...]
[4] 웹사이트 http://mathworld.wol[...]
[5] OEIS
[6] OEIS
[7] OEIS



본 사이트는 AI가 위키백과와 뉴스 기사,정부 간행물,학술 논문등을 바탕으로 정보를 가공하여 제공하는 백과사전형 서비스입니다.
모든 문서는 AI에 의해 자동 생성되며, CC BY-SA 4.0 라이선스에 따라 이용할 수 있습니다.
하지만, 위키백과나 뉴스 기사 자체에 오류, 부정확한 정보, 또는 가짜 뉴스가 포함될 수 있으며, AI는 이러한 내용을 완벽하게 걸러내지 못할 수 있습니다.
따라서 제공되는 정보에 일부 오류나 편향이 있을 수 있으므로, 중요한 정보는 반드시 다른 출처를 통해 교차 검증하시기 바랍니다.

문의하기 : help@durumis.com