The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A282500 Expansion of 1/(1 - Sum_{k = i^j, i>=1, j>=2} x^k). 1
1, 1, 1, 1, 2, 3, 4, 5, 8, 13, 19, 26, 37, 55, 81, 116, 167, 244, 358, 520, 752, 1091, 1589, 2311, 3354, 4870, 7081, 10298, 14963, 21734, 31580, 45900, 66704, 96919, 140827, 204654, 297413, 432180, 627996, 912565, 1326117, 1927054, 2800260, 4069160, 5913116, 8592675, 12486402, 18144506, 26366614 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Number of compositions (ordered partitions) into perfect powers (A001597).
LINKS
Eric Weisstein's World of Mathematics, Perfect Powers
FORMULA
G.f.: 1/(1 - Sum_{k = i^j, i>=1, j>=2} x^k).
a(n) ~ c / r^n, where r = 0.68816189979082638501485812136220175833447947220530020978433949588627... and c = 0.4267808681995359684192168334905096310027880655306734537865362460298... . - Vaclav Kotesovec, Feb 17 2017
EXAMPLE
a(7) = 5 because we have [4, 1, 1, 1], [1, 4, 1, 1], [1, 1, 4, 1], [1, 1, 1, 4] and [1, 1, 1, 1, 1, 1, 1].
MATHEMATICA
nmax = 95; CoefficientList[Series[1/ (1 - x - Sum[Boole[GCD @@ FactorInteger[k][[All, 2]] > 1] x^k, {k, 2, nmax}]), {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A230771 A065490 A214452 * A222106 A222107 A222108
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 16 2017
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 June 3 23:31 EDT 2024. Contains 373088 sequences. (Running on oeis4.)