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!)
A092910 a(n) is the (3n+2)-th component of the continued fraction for sum(k>=0,2^(-k!)). 3
3, 4, 3, 3, 2, 3, 4, 3, 2, 4, 3, 2, 3, 3, 4, 3, 2, 4, 3, 3, 2, 3, 4, 2, 3, 4, 3, 2, 3, 3, 4, 3, 2, 4, 3, 3, 2, 3, 4, 3, 2, 4, 3, 2, 3, 3, 4, 2, 3, 4, 3, 3, 2, 3, 4, 2, 3, 4, 3, 2, 3, 3, 4, 3, 2, 4, 3, 3, 2, 3, 4, 3, 2, 4, 3, 2, 3, 3, 4, 3, 2, 4, 3, 3, 2, 3, 4, 2, 3, 4, 3, 2, 3, 3, 4, 2, 3, 4, 3, 3, 2, 3, 4, 3, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 5 - (A007400(n+2)/2).
PROG
(PARI) a(n)=5-component(contfrac(sum(i=0, 10, 1/2^(2^i))), n+3)/2
(Scheme) (define (A092910 n) (- 5 (* 1/2 (A007400 (+ 2 n))))) ;; Code for A007400 given under that entry. - Antti Karttunen, Aug 12 2017
CROSSREFS
Sequence in context: A188722 A257526 A038774 * A356334 A322347 A073322
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Apr 16 2004
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 July 14 13:51 EDT 2024. Contains 374318 sequences. (Running on oeis4.)