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!)
A373279 Expansion of Sum_{k>=0} x^(3^k) / (1 - 3*x^(3^k)). 5
1, 3, 10, 27, 81, 246, 729, 2187, 6571, 19683, 59049, 177174, 531441, 1594323, 4783050, 14348907, 43046721, 129140409, 387420489, 1162261467, 3486785130, 10460353203, 31381059609, 94143181014, 282429536481, 847288609443, 2541865834900, 7625597484987 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f. A(x) satisfies A(x) = x/(1 - 3*x) + A(x^3).
If n == 0 (mod 3), a(n) = 3^n + a(n/3) otherwise a(n) = 3^n.
a(n) = Sum_{d|n} d * A046211(d).
PROG
(PARI) b(n, k) = sumdiv(n, d, (gcd(d, k)==1)*(moebius(d)*k^(n/d)))/(k*n);
a(n, k=3) = sumdiv(n, d, d*b(d, k));
CROSSREFS
Sequence in context: A279136 A127912 A005956 * A262724 A059193 A226863
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 30 2024
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 11 19:26 EDT 2024. Contains 374234 sequences. (Running on oeis4.)