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!)
A226362 Decimal representation of continued fraction antisigma(1), antisigma(2), antisigma(3), antisigma(4), ... 1

%I #7 Jun 17 2013 14:44:28

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

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

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

%N Decimal representation of continued fraction antisigma(1), antisigma(2), antisigma(3), antisigma(4), ...

%C 2.321567864518414051603264113617... = [0, 0, 2, 3, 9, 9, 20, 21, 32, 37, 54, 50, 77, 81, 96, ...]

%H Paolo P. Lava, <a href="/A226362/b226362.txt">Table of n, a(n) for n = 1..1000</a>

%p with(numtheory);

%p A226362:=proc(q) local a, n; a:=(q+1)*(q+2)/2-sigma(q+1);

%p for n from q by -1 to 1 do a:=1/a+n*(n+1)/2-sigma(n); od;

%p print(evalf(a,100)); end: A226362(10^5);

%Y Cf. A024816, A223854

%K nonn,cons

%O 1,1

%A _Paolo P. Lava_, Jun 05 2013

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