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!)
A084900 a(n) = 3^(n-2)*n*(5*n+1)/2. 2
0, 1, 11, 72, 378, 1755, 7533, 30618, 119556, 452709, 1673055, 6062364, 21611934, 75996063, 264126177, 908764110, 3099363912, 10489051017, 35255264499, 117775828656, 391294693890, 1293597012771, 4257363753621, 13954111172802 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Binomial transform of A084899. Second binomial transform of heptagonal numbers A000566. Third binomial transform of (0,1,5,0,0,0,...).
LINKS
FORMULA
G.f.: x*(1 + 2*x)/(1 - 3*x)^3.
E.g.f.: exp(3*x)*x*(2 + 5*x)/2. - Stefano Spezia, Oct 28 2023
MATHEMATICA
Table[(3^(n-2) n(5n+1))/2, {n, 0, 30}] (* or *) LinearRecurrence[{9, -27, 27}, {0, 1, 11}, 30] (* Harvey P. Dale, Jul 21 2016 *)
CROSSREFS
Sequence in context: A258402 A006975 A260585 * A300968 A218619 A197308
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jun 10 2003
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 22 20:45 EDT 2024. Contains 372758 sequences. (Running on oeis4.)