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!)
A128969 a(n) = (n^3 - n)*9^n. 8
0, 486, 17496, 393660, 7085880, 111602610, 1607077584, 21695547384, 278942752080, 3451916556990, 41422998683880, 484649084601396, 5551434969070536, 62453643402043530, 691794203838020640, 7560322370515511280, 81651481601567521824, 872650209616752889494 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
From R. J. Mathar, Dec 19 2008 (Start)
G.f.: 486x^2/(1-9x)^4.
a(n) = 486*A038291(n+1,3). (End)
a(n) = 36*a(n-1) - 486*a(n-2) + 2916*a(n-3) - 6561*a(n-4). - Vincenzo Librandi, Feb 11 2013
From Amiram Eldar, Oct 02 2022: (Start)
a(n) = A007531(n+1)*A001019(n).
Sum_{n>=2} 1/a(n) = (32/9)*log(9/8) - 5/12.
Sum_{n>=2} (-1)^n/a(n) = (50/9)*log(10/9) - 7/12. (End)
MATHEMATICA
CoefficientList[Series[486 x/(1 - 9 x)^4, {x, 0, 30}], x] (* Vincenzo Librandi, Feb 11 2013 *)
PROG
(Magma) [(n^3-n)*9^n: n in [0..25]]; (* or *) I:=[0, 486, 17496, 393660]; [n le 4 select I[n] else 36*Self(n-1) - 486*Self(n-2) + 2916*Self(n-3) - 6561*Self(n-4): n in [1..25]]; // Vincenzo Librandi, Feb 11 2013
CROSSREFS
Sequence in context: A187860 A205240 A206146 * A223412 A097765 A179428
KEYWORD
nonn,easy
AUTHOR
Mohammad K. Azarian, Apr 28 2007
EXTENSIONS
Offset corrected by Mohammad K. Azarian, Nov 20 2008
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 9 01:31 EDT 2024. Contains 373227 sequences. (Running on oeis4.)