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!)
A364222 Expansion of Sum_{k>=0} 3^k * x^(3^k) / (1 - x^(3^k))^2. 3
1, 2, 6, 4, 5, 12, 7, 8, 27, 10, 11, 24, 13, 14, 30, 16, 17, 54, 19, 20, 42, 22, 23, 48, 25, 26, 108, 28, 29, 60, 31, 32, 66, 34, 35, 108, 37, 38, 78, 40, 41, 84, 43, 44, 135, 46, 47, 96, 49, 50, 102, 52, 53, 216, 55, 56, 114, 58, 59, 120, 61, 62, 189, 64, 65, 132, 67, 68, 138, 70, 71, 216, 73, 74 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = n * A051064(n).
If n == 0 (mod 3), a(n) = n + 3 * a(n/3) otherwise a(n) = n.
From Amiram Eldar, Jul 14 2023: (Start)
Multiplicative with a(3^e) = (e+1)*3^e and a(p^e) = p*e if p != 3.
Dirichlet g.f.: (3^s/(3^s-3)) * zeta(s-1).
Sum_{k=1..n} a(k) ~ (3/4)*n^2. (End)
MATHEMATICA
a[n_] := n * (IntegerExponent[n, 3] + 1); Array[a, 100] (* Amiram Eldar, Jul 14 2023 *)
PROG
(PARI) a(n) = n*(valuation(n, 3)+1);
CROSSREFS
Sequence in context: A182505 A010465 A065630 * A319376 A110633 A240232
KEYWORD
nonn,mult,easy
AUTHOR
Seiichi Manyama, Jul 14 2023
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 August 8 02:48 EDT 2024. Contains 375018 sequences. (Running on oeis4.)