login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A081911 5^n(n^2-n+50)/50. 4
1, 5, 26, 140, 775, 4375, 25000, 143750, 828125, 4765625, 27343750, 156250000, 888671875, 5029296875, 28320312500, 158691406250, 885009765625, 4913330078125, 27160644531250, 149536132812500, 820159912109375 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Binomial transform of A081910 5th binomial transform of (1,0,1,0,0,0,.....). Case k=5 where a(n,k)=k^n(n^2-n+2k^2)/(2k^2) with G.f. (1-2kx+(k^2+1)x^2)/(1-kx)^3

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..150

FORMULA

a(n)=5^n(n^2-n+50)/50 G.f.: (1-10x+26x^2)/(1-5x)^3

a(0)=1, a(1)=5, a(2)=26, a(n)=15*a(n-1)-75*a(n-2)+125*a(n-3) [From Harvey P. Dale, Jul 22 2011]

MATHEMATICA

Table[5^n(n^2-n+50)/50, {n, 0, 20}] (* or *) LinearRecurrence[{15, -75, 125}, {1, 5, 26}, 20] (* From Harvey P. Dale, Jul 22 2011 *)

PROG

(MAGMA) [5^n*(n^2-n+50)/50: n in [0..40]]; // Vincenzo Librandi, Apr 27 2011

CROSSREFS

Cf. A081912.

Sequence in context: A035029 A081569 A005573 * A081187 A104498 A045379

Adjacent sequences:  A081908 A081909 A081910 * A081912 A081913 A081914

KEYWORD

easy,nonn

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Mar 31 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 20:26 EST 2012. Contains 205852 sequences.