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!)
A346564 Number of compositions (ordered partitions) of 3^n into powers of 3. 1
1, 2, 20, 26426, 61390791862967, 769671787836269530451291677988751813890576 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The next term is too large to include.
LINKS
FORMULA
a(n) = [x^(3^n)] 1 / (1 - Sum_{k>=0} x^(3^k)).
a(n) = A078932(A000244(n)).
MATHEMATICA
Table[SeriesCoefficient[1/(1 - Sum[x^(3^k), {k, 0, n}]), {x, 0, 3^n}], {n, 0, 5}]
CROSSREFS
Sequence in context: A258878 A060600 A356689 * A249646 A143247 A342079
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Jul 23 2021
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 9 22:15 EDT 2024. Contains 375044 sequences. (Running on oeis4.)