Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A254059

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
a(n) is the numerator of the generalized continued fraction with terms sigma(m)/m for m=1 to n.
(history; published version)
#5 by Bruno Berselli at Sat Jan 24 15:51:06 EST 2015
STATUS

proposed

approved

#4 by Michel Marcus at Sat Jan 24 05:04:48 EST 2015
STATUS

editing

proposed

#3 by Michel Marcus at Sat Jan 24 04:54:26 EST 2015
NAME

allocated a(n) is the numerator of the generalized continued fraction with terms sigma(m)/m for Michel Marcusm=1 to n.

DATA

1, 2, 10, 18, 110, 146, 1902, 17406, 18138, 1063554, 1067358, 613398, 32007426, 3207106806, 19364306334, 11692834638, 7305794123622, 49155004502022, 1080060968010858, 11832864774651042, 21773239326463026, 475223541375418782, 83304240831298888014

OFFSET

1,2

EXAMPLE

The values of sigma(n)/n are: 1/1, 3/2, 4/3, 7/4, 6/5, ...

For n=1, the continued fraction is 1/1 so a(1)=1.

For n=2, it is 1/(1+3/2) = 2/5, so a(2)=2.

For n=3, it is 1/(1+3/(2+4/3)) = 10/19, so a(3)=10.

PROG

(PARI) a(nn) = {my(v = vector(nn, n, sigma(n)/n)); for (n=1, nn, val = v[n]; forstep(k=n-1, 1, -1, val = numerator(v[k])/(denominator(v[k]) + val); ); print1(numerator(val), ", "); ); }

CROSSREFS

Cf. A017665 and A017666 (numerator and denominator of sigma(n)/n).

Cf. A254060 (denominators), A254061.

KEYWORD

allocated

nonn,frac

AUTHOR

Michel Marcus, Jan 24 2015

STATUS

approved

editing

Discussion
Sat Jan 24
05:04
Michel Marcus: hope this and 2 companions are ok and make sense
#2 by Michel Marcus at Sat Jan 24 04:40:29 EST 2015
KEYWORD

allocating

allocated

#1 by Michel Marcus at Sat Jan 24 04:40:29 EST 2015
NAME

allocated for Michel Marcus

KEYWORD

allocating

STATUS

approved