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!)
A048482 a(n) = T(n,n), array T given by A048472. 3
1, 3, 13, 49, 161, 481, 1345, 3585, 9217, 23041, 56321, 135169, 319489, 745473, 1720321, 3932161, 8912897, 20054017, 44826625, 99614721, 220200961, 484442113, 1061158913, 2315255809, 5033164801, 10905190401, 23555211265, 50734301185, 108984795137 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2 * A001788(n) + 1.
a(n) = (n^2+n)*2^(n-1) + 1. - Ralf Stephan, Sep 02 2003
G.f.: -(8*x^3-10*x^2+4*x-1) / ((x-1)*(2*x-1)^3). - Colin Barker, Nov 26 2014
a(0)=1, a(1)=3, a(2)=13, a(3)=49, a(n)=7*a(n-1)-18*a(n-2)+ 20*a(n-3)- 8*a(n-4). - Harvey P. Dale, Feb 02 2015
MATHEMATICA
LinearRecurrence[{7, -18, 20, -8}, {1, 3, 13, 49}, 30] (* Harvey P. Dale, Feb 02 2015 *)
PROG
(Magma) [(n^2+n)*2^(n-1) + 1: n in [0..30]]; // Vincenzo Librandi, Sep 23 2011
(PARI) Vec(-(8*x^3-10*x^2+4*x-1)/((x-1)*(2*x-1)^3) + O(x^100)) \\ Colin Barker, Nov 26 2014
CROSSREFS
Sequence in context: A027326 A108946 A352028 * A094978 A251743 A178934
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 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)