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!)
A202709 (Sum of digits of n!!) / 9. 0
2, 2, 2, 2, 2, 2, 4, 5, 5, 4, 5, 5, 4, 6, 7, 5, 8, 5, 8, 8, 10, 10, 10, 9, 12, 9, 2, 9, 14, 10, 2, 12, 16, 9, 6, 0, 15, 13, 16, 14, 17, 12, 20, 15, 20, 15, 19, 20, 20, 19, 22, 20, 22, 18, 21, 21, 24, 25, 27, 19, 27, 23, 26, 23, 28, 27, 25, 23, 27, 23, 29, 31 (list; graph; refs; listen; history; text; internal format)
OFFSET
11,1
COMMENTS
(sum of digits of n!!) / 9 is an integer for n = 9 and n > 10.
LINKS
FORMULA
a(n) = A120390(n)/9 for n > 10.
a(n) << n log n. Presumably a(n) ~ n log n but proving this requires showing that not too many digits are 0. (The trailing 0's in even terms are not a problem, being only about n/8.) The expected constant is 1 / (4 log 10) = 0.10857.... [Charles R Greathouse IV, Dec 23 2011]
MATHEMATICA
Table[Sum[DigitCount[n!!][[i]]*i/9, {i, 1, 9}], {n, 11, 100}]
PROG
(PARI) a(n)=my(v=eval(Vec(Str(prod(k=1, n\2, 2*k+n%2))))); sum(i=1, #v, v[i])/9 \\ Charles R Greathouse IV, Dec 23 2011
CROSSREFS
Cf. A120390.
Sequence in context: A100825 A216452 A307616 * A279611 A008767 A244461
KEYWORD
nonn,base
AUTHOR
Michel Lagneau, Dec 23 2011
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 May 7 08:17 EDT 2024. Contains 372300 sequences. (Running on oeis4.)