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!)
A373544 Expansion of 1/(1 - x/(1 - 9*x^3)^(2/3)). 1
1, 1, 1, 1, 7, 13, 19, 70, 157, 280, 799, 1894, 3781, 9646, 23080, 49159, 119203, 283972, 627760, 1487095, 3518617, 7945561, 18620746, 43801447, 100117099, 233475802, 546859390, 1258634440, 2928668632, 6839770279, 15804569341, 36739434904, 85640217781, 198337427839 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} 9^k * binomial(2*n/3-k-1,k).
a(n) == 1 (mod 3).
PROG
(PARI) a(n) = sum(k=0, n\3, 9^k*binomial(2*n/3-k-1, k));
CROSSREFS
Cf. A371458.
Sequence in context: A154756 A024732 A024954 * A070850 A060211 A355329
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 09 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 15 07:46 EDT 2024. Contains 374324 sequences. (Running on oeis4.)