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!)
A052161 Partial sums of A014825, second partial sums of A002450. 8
1, 7, 34, 146, 599, 2417, 9696, 38820, 155325, 621355, 2485486, 9942022, 39768179, 159072821, 636291404, 2545165752, 10180663161, 40722652815, 162890611450, 651562446010 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 194-196.
LINKS
FORMULA
a(n) = ((2^(2n+7)) - (9*(n^2) + 51n + 74))/54.
a(n) = 4a(n-1) + C(n+2,2); a(0)=1.
a(n) = Sum_{k=0..n, binomial(n+3, k+3)3^k}. - Paul Barry, Aug 20 2004
G.f.: 1/((1-x)^3*(1-4*x)). - Colin Barker, Jan 12 2012
MATHEMATICA
CoefficientList[Series[1/((1-x)^3*(1-4*x)), {x, 0, 25}], x] (* Vincenzo Librandi, Apr 28 2012 *)
PROG
(Magma) [((2^(2*n+7))-(9*(n^2)+51*n+74))/54: n in [0..25]]; // Vincenzo Librandi, Apr 28 2012
CROSSREFS
Sequence in context: A094891 A306376 A192803 * A080960 A243414 A335087
KEYWORD
easy,nonn
AUTHOR
Barry E. Williams, Jan 25 2000
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 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)