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!)
A227988 Decimal expansion of Sum_{n >= 1} sigma_1(n)/n!. 4
3, 5, 2, 7, 0, 0, 0, 4, 7, 1, 8, 5, 2, 9, 5, 2, 8, 2, 9, 7, 6, 1, 5, 3, 6, 7, 9, 1, 7, 6, 9, 3, 2, 6, 2, 0, 3, 7, 6, 3, 5, 6, 4, 3, 4, 4, 9, 5, 2, 4, 0, 8, 2, 7, 7, 6, 0, 5, 7, 1, 7, 8, 2, 0, 6, 1, 9, 2, 1, 5, 4, 6, 3, 8, 0, 4, 1, 8, 8, 6, 1, 4, 8, 2, 3, 4, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Problem No. 45 from P. Erdős (see the first reference). The problem is "is Sum_{n >= 1} sigma_k(n)/n! an irrational number where sigma_k(n) is the sum of the k-th power of divisors of n?" This property has been proved with k = 1 and 2 (see the second reference for the proof).
LINKS
P. Erdős, Some unsolved problems, Publ. Inst. Hung. Acad. Sci. 6 (1961), 221-259.
P. Erdős, Quelques problèmes de théorie des nombres (in French), Monographies de l'Enseignement Mathématique, No. 6, pp. 81-135, L'Enseignement Mathématique, Université, Geneva, 1963.
P. Erdős, On the irrationality of certain series: problems and results, in New advances in Transcendence Theory, Cambridge Univ. Press, 1988, pp. 102-109.
P. Erdős & M. Kac, Problem 4518, Amer. Math. Monthly 60(1953) 47. Solution R. Breusch, 61 (1954) 264-265.
EXAMPLE
3.52700047185295282976153...
MAPLE
with(numtheory):Digits:=200: s:=evalf(sum('sigma(i)/i!', 'i'=1..500)):print(s):
MATHEMATICA
RealDigits[N[Sum[DivisorSigma[1, n]/n!, {n, 0, 500}], 200]][[1]]
PROG
(PARI) suminf(n=1, sigma(n)/n!) \\ Michel Marcus, Sep 16 2017
CROSSREFS
Sequence in context: A113966 A164611 A316086 * A182813 A334627 A073897
KEYWORD
nonn,cons
AUTHOR
Michel Lagneau, Aug 02 2013
STATUS
approved

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 18 16:22 EDT 2024. Contains 371780 sequences. (Running on oeis4.)