A163973 Decimal expansion of Van der Pauw's constant = Pi/log(2).
4, 5, 3, 2, 3, 6, 0, 1, 4, 1, 8, 2, 7, 1, 9, 3, 8, 0, 9, 6, 2, 7, 6, 8, 2, 9, 4, 5, 7, 1, 6, 6, 6, 6, 8, 1, 0, 1, 7, 1, 8, 6, 1, 4, 6, 7, 7, 2, 3, 7, 9, 5, 5, 8, 4, 1, 8, 6, 0, 1, 6, 5, 4, 7, 9, 4, 0, 6, 0, 0, 9, 5, 3, 7, 2, 1, 3, 0, 5, 1, 0, 2, 2, 5, 9, 0, 8, 3, 8, 7, 9, 6, 0, 4, 0, 1, 6, 0, 8, 9, 6, 5, 3
Offset: 1
Examples
4.5323601418271938
Links
- G. C. Greubel, Table of n, a(n) for n = 1..5000
- M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972, Chapter 17, pp. 589-626.
- L.J. van der Pauw, A method of measuring specific resistivity and Hall effect of disc of arbitrary shape, Philips Research Reports, Vol. 13. no. 1, pp 1-9, February 1958.
- W. Versnel, Analysis of symmetrical Van der Pauw structures with finite contacts, Solid State Electronics, Vol. 21, pp. 1261-1268, 1978.
- W. Versnel, Analysis of the Greek cross, a Van der Pauw structure with finite contacts, Solid State Electronics, Vol. 22, pp. 911-914, 1979.
- Eric. W. Weisstein, Elliptic Integral, from Wolfram MathWorld.
- Wikipedia, Van der Pauw method
Crossrefs
Programs
-
Mathematica
RealDigits[N[Pi/Log[2], 103]][[1]] (* Mats Granvik, Apr 04 2012 *)
-
PARI
Pi/log(2) \\ Charles R Greathouse IV, Jan 30 2016
Formula
1) Circle with contacts in the middle of each side:
C(d) = Pi/log(2) + (Pi^3/(64*(log(2))^2))*d^2
2) Square with contacts in the middle of each side:
C(d) = Pi/log(2) + (Pi*K^2/(8*(log(2))^2))*d^2
3) Square with complementary contacts:
C(d) = Pi/log(2) + (Pi*K^4/(64*(log(2))^2))*d^4
with K = K(sqrt(2)/2) = 1.8540746773.
4) Greek cross with contacts at the cross ends:
C(d) = Pi/log(2) + 2*Pi/(log(2))^2*exp(Pi/2-Pi/d)
5) Greek cross with contacts between the cross ends:
C(d) = Pi/log(2) + ((Pi/(2^12*log(2)^2)*((-3/4)!/(-1/4)!)^8))*d^4
Comments