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!)
A048515 a(n) = T(n,n), array T given by A048505. 3
1, 5, 35, 160, 577, 1816, 5245, 14288, 37313, 94384, 232861, 563080, 1339249, 3141464, 7282493, 16711456, 38010625, 85786336, 192282301, 428342936, 948960881, 2091908680, 4590665245, 10032774640, 21843934657 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (9*n^2 + n) * 2^(n-2) - n^2 + 1. - Ralf Stephan, Feb 05 2004
G.f.: -(8*x^5-43*x^4+53*x^3-23*x^2+4*x-1) / ((x-1)^3*(2*x-1)^3). - Colin Barker, Feb 25 2015
PROG
(Magma) [(9*n^2 + n) * 2^(n-2) - n^2 + 1: n in [0..30]]; // Vincenzo Librandi, Sep 26 2011
(PARI) Vec(-(8*x^5-43*x^4+53*x^3-23*x^2+4*x-1)/((x-1)^3*(2*x-1)^3) + O(x^100)) \\ Colin Barker, Feb 25 2015
CROSSREFS
Sequence in context: A097872 A184707 A124793 * A219973 A100739 A329762
KEYWORD
nonn,easy
AUTHOR
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 April 25 06:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)