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!)
A355116 a(1) = 1; a(n+1) = Sum_{d|n} 3^(n/d - 1) * a(d). 1
1, 1, 4, 13, 43, 124, 388, 1117, 3370, 9967, 29860, 88909, 266896, 798337, 2394553, 7178233, 21533029, 64579750, 193738672, 581159161, 1743472426, 5230263235, 15690765067, 47071824676, 141215472685, 423645012649, 1270934954221, 3812800839124, 11438402333398, 34315194788359 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
G.f.: x * ( 1 + Sum_{n>=1} a(n) * x^n / (1 - 3 * x^n) ).
a(n) ~ 3^(n-1) / 2.
MATHEMATICA
a[1] = 1; a[n_] := a[n] = Sum[3^((n - 1)/d - 1) a[d], {d, Divisors[n - 1]}]; Table[a[n], {n, 1, 30}]
CROSSREFS
Sequence in context: A149425 A047144 A072307 * A266494 A121486 A339063
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jun 19 2022
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 November 30 12:19 EST 2023. Contains 367460 sequences. (Running on oeis4.)