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!)
A117263 Row sums of triangle A117262; also, self-convolution of A117264. 3
1, 2, 7, 64, 1729, 140050, 34032151, 24809438080, 54258241080961, 355988319732185122, 7006918097288599756327, 413751506726794527011353024, 73294838162131470076480154142529 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} 3^( n*(n-1)/2 - k*(k-1)/2 ).
G.f. A(x) satisfies: A(x) = 1/(1 - x) + x * A(3*x). - Ilya Gutkovskiy, Jun 06 2020
PROG
(PARI) a(n)=sum(k=0, n, 3^((n-k)*(n+k-1)/2))
CROSSREFS
Sequence in context: A346781 A011821 A366705 * A046855 A179043 A116985
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 14 2006
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 May 11 04:25 EDT 2024. Contains 372388 sequences. (Running on oeis4.)