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!)
A068946 Number of digits in A068943. 0
1, 1, 2, 6, 22, 83, 316, 1213, 4667, 17992, 69509, 269058, 1043346, 4052518, 15764358, 61408219, 239510633, 935245088, 3655841616, 14304538696, 56021145629, 219579741115, 861327333405, 3381084681442, 13281106066320 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
a(5)=22 since A068943(5)=2524286414780230533120.
PROG
(PARI) for(n=1, 20, print1(ceil((sum(m=1, n, binomial(m+n-2, m-1)*log(n-m+1)))/log(10)), ", "))
CROSSREFS
a(n) = length(A068943(n))
Sequence in context: A150234 A150235 A150236 * A150237 A122449 A150238
KEYWORD
nonn,base
AUTHOR
Francois Jooste (phukraut(AT)hotmail.com), Mar 10 2002
EXTENSIONS
More terms from Benoit Cloitre, Mar 11 2002
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 September 7 01:23 EDT 2024. Contains 375728 sequences. (Running on oeis4.)