A218147 Degree of minimal polynomial satisfied by exp(8*Pi*phi_2(1/n,1/n)), where phi_2 is defined in the Comments.
2, 2, 4, 4, 12, 8, 18, 8, 30, 16, 36, 24, 32, 32, 64, 36, 90, 32, 96, 60, 132, 64, 100, 72, 162, 96, 196, 64, 240, 128, 240, 128, 192, 144, 324, 180, 288, 128, 400, 192, 462, 240, 288, 264, 552, 256, 588, 200, 512, 288, 676, 324, 480, 384, 720, 392, 870, 256
Offset: 3
References
- R. Crandall, The Poisson equation and "natural" Madelung constants, preprint 2012 (see section 2 of BBCZ below).
Links
- Jason Kimberley, Table of n, a(n) for n = 3..10000
- D. H. Bailey, J. Borwein, R. Crandall and J. Zucker, Lattice sums arising from the Poisson equation, preprint (2012).
- D. H. Bailey, J. M. Borwein and J. S. Kimberley, with an appendix by W. B. Ladd, Computer discovery and analysis of large Poisson polynomials, Experimental Mathematics, August 2016.
- J. M. Borwein, Adventures with the OEIS: Five sequences Tony may like, Guttmann 70th [Birthday] Meeting, 2015, revised May 2016.
- J. M. Borwein, Adventures with the OEIS: Five sequences Tony may like, Guttmann 70th [Birthday] Meeting, 2015, revised May 2016. [Cached copy, with permission]
- OEIS (Plot 2), Plot of (log n, log a(n))
- OEIS (Plot 2), Plot of (n, a(n)) and (n, A198442(n))
Programs
-
Magma
A218147 := func
; // Jason Kimberley, Oct 23 2012 -
Magma
A218147 := func
)/4>; // Jason Kimberley, Nov 14 2015
Formula
a(n) = A079458(n) / 4, for n > 2. - Jason Kimberley, Nov 14 2015
Watson Ladd has proved that the sequence satisfies the following recurrence relations, which were conjectured by Jason Kimberley:
a(1) = 1/4, a(2) = 1/2, for notational convenience;
a(4k+1) = (2k)*(2k) for prime 4k+1;
a(4k+3) = (2k+1)*(2k+2) for prime 4k+3;
a(p^2 k) = p^2 * a(p*k) for prime p;
a(jk) = 4*a(j)*a(k) for j coprime to k.
Extensions
Entry revised by N. J. A. Sloane, May 15 2016, to take into account the fact that the conjectured formula for this sequence has now been established by Watson Ladd.
Comments