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!)
A227833 3-adic valuation of A005130(n). 3
0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 2, 3, 5, 5, 3, 2, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 2, 3, 5, 6, 6, 7, 8, 9, 11, 13, 15, 18, 18, 15, 13, 11, 9, 8, 7, 6, 6, 5, 3, 2, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 2, 3, 5, 5, 3, 2, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 2, 3, 5, 6, 6, 7, 8, 9, 11, 13, 15, 18, 19, 18, 18, 18, 18, 19 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,12
COMMENTS
3^a(n) is the highest power of 3 dividing A005130(n).
LINKS
FORMULA
From Amiram Eldar, Feb 21 2021: (Start)
a(n) = A007949(A005130(n)).
a(n) = a(n-1) + (s(2*n-2) + s(2*n-1) - s(n-1) - s(3*n-2))/2, where s(n) = A053735(n). (End)
MATHEMATICA
s[n_] := Plus @@ IntegerDigits[n, 3]; a[0] = 0; a[n_] := a[n] = a[n - 1] + (s[2*n - 2] + s[2*n - 1] - s[n - 1] - s[3*n - 2])/2; Array[a, 101, 0] (* Amiram Eldar, Feb 21 2021 *)
PROG
(Magma) A005130:=func<i | IsZero(i) select 1 else &*[Factorial(3*k+1)/Factorial(i+k): k in [0..i-1]]>; [Valuation(A005130(n), 3): n in [0..100]]; // Bruno Berselli, Aug 05 2013
CROSSREFS
Sequence in context: A082876 A096099 A019780 * A133293 A262565 A096289
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Aug 04 2013, based on a suggestion from Victor H. Moll.
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 22 05:01 EDT 2024. Contains 374480 sequences. (Running on oeis4.)