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!)
A082855 a(0)=0, a(1)=1, a(n) = A014137(A081288(n-1)-1). 2
0, 1, 2, 4, 4, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
After n>0, A014137(n) occurs A000245(n) times.
LINKS
PROG
(Scheme) (define (A082855 n) (if (< n 2) n (A014137 (-1+ (A081288 (-1+ n))))))
(PARI) A014137(n) = sum(k=0, n, binomial(2*k, k)/(k+1); );
A081288(n) = my(i=0); while(binomial(2*i, i)/(i+1) <= n, i++); i;
a(n) = if (n<=1, n, A014137(A081288(n-1)-1)); \\ Michel Marcus, Apr 28 2020
CROSSREFS
Cf. A081289, A082852. A081291(n) = n+A082855(n+1) for n>0.
Sequence in context: A081524 A299768 A021413 * A260588 A107058 A332336
KEYWORD
nonn
AUTHOR
Antti Karttunen, Apr 17 2003
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 24 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)