login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A249273 Decimal expansion of a constant associated with the set of all complex nonprincipal Dirichlet characters. 0

%I #10 Jun 03 2017 15:31:21

%S 2,5,3,5,0,5,4,1,8,0,3,6,0,4,3,8,8,3,0,1,6,5,5,3,0,0,0,7,1,8,5,9,0,8,

%T 3,5,0,8,6,1,1,7,8,0,1,3,8,5,3,7,0,1,6,4,5,3,7,7,5,1,2,6,4,9,4,3,6,4,

%U 1,4,7,5,3,8,2,9,6,7,8,5,4,7,0,1,7,0,3,3,6,6,5,1,7,9,1,0,9,0,3,4,2,4,5

%N Decimal expansion of a constant associated with the set of all complex nonprincipal Dirichlet characters.

%H Steven R. Finch, <a href="/A232927/a232927.pdf">Average least nonresidues</a>, December 4, 2013. [Cached copy, with permission of the author]

%H G. Martin and P. Pollack, <a href="http://dx.doi.org/10.1112/jlms/jds036">The average least character non-residue and further variations on a theme of Erdős</a>, J. London Math. Soc. 87 (2013) 22-42.

%F sum_{k >= 1} p_k^2/((p_1 + 1)(p_2 + 1)...(p_k + 1)), where p_k is the k-th prime number.

%e 2.5350541803604388301655300071859083508611780138537...

%t digits = 103; Clear[s]; s[m_] := s[m] = Sum[Prime[k]^2/Product[Prime[j] + 1, {j, 1, k}] , {k, 1, m}] // N[#, digits + 100]&; s[10]; s[m = 20]; While[RealDigits[s[m]] != RealDigits[s[m/2]], Print[m, " ", N[s[m]]]; m = 2*m]; RealDigits[s[m], 10, digits] // First

%Y Cf. A232929, A232930, A232931, A232932.

%K nonn,cons

%O 1,1

%A _Jean-François Alcover_, Oct 24 2014

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)