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!)
A373283 Expansion of Sum_{k>=0} x^(7^k) / (1 - 7*x^(7^k)). 5
1, 7, 49, 343, 2401, 16807, 117650, 823543, 5764801, 40353607, 282475249, 1977326743, 13841287201, 96889010414, 678223072849, 4747561509943, 33232930569601, 232630513987207, 1628413597910449, 11398895185373143, 79792266297612050, 558545864083284007 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f. A(x) satisfies A(x) = x/(1 - 7*x) + A(x^7).
If n == 0 (mod 7), a(n) = 7^n + a(n/7) otherwise a(n) = 7^n.
a(n) = Sum_{d|n} d * A373277(d).
PROG
(PARI) b(n, k) = sumdiv(n, d, (gcd(d, k)==1)*(moebius(d)*k^(n/d)))/(k*n);
a(n, k=7) = sumdiv(n, d, d*b(d, k));
CROSSREFS
Sequence in context: A126627 A206453 A000420 * A050737 A195908 A033143
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 August 8 02:43 EDT 2024. Contains 375018 sequences. (Running on oeis4.)