Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A053464
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A053464 a(n)=n*(5^(n-1)). +0
7
0, 1, 10, 75, 500, 3125, 18750, 109375, 625000, 3515625, 19531250, 107421875, 585937500, 3173828125, 17089843750, 91552734375, 488281250000, 2593994140625, 13732910156250, 72479248046875, 381469726562500 (list; graph; listen)
OFFSET

0,3

COMMENT

With a different offset, number of n-permutations of 6 objects u, v, w, z, x, y with repetition allowed, containing exactly one u. - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 28 2007

REFERENCES

A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 194-196.

LINKS

F. Ellermann, Illustration of binomial transforms

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 756

FORMULA

a(n)=sum{k=0..n, 5^(n-k)binomial(n-k+1, k)binomial(1, (k+1)/2)(1-(-1)^k)/2}. - Paul Barry (pbarry(AT)wit.ie), Oct 15 2004

a(n)=10a(n-1)-25a(n-2); n>1; a(0)=0, a(1)=1.

Fourth binomial transform of n (starting 0, 1, 10...) Convolution of powers of 5. G.f. x/(1-5x)^2; E.g.f.: xexp(5x) - Paul Barry (pbarry(AT)wit.ie), Jul 22 2003

G.f.: x/(1-10*x+25*x^2). [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 26 2009]

MAPLE

a:=n->sum (5^n, j=0..n): seq(a(n), n=-1..19); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Oct 02 2007

seq(seq(binomial(i, j)*5^(i-1), j =i-1), i=0..20); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 28 2007

g:=1/(1-5*z): gser:=series(g, z=0, 43): seq(coeff(gser, z, n)*n/5, n=0..31); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 09 2009]

PROGRAM

a(n)=if(n<0, 0, n*5^(n-1)) /* Michael Somos Sep 12 2005 */

(Other) SAGE: [lucas_number2(n, 5, 0)*binomial(n, 1)/5^1 for n in xrange(0, 26)] # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Mar 11 2009]

(Other) sage: [lucas_number1(n, 10, 25) for n in xrange(0, 21)]# [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 26 2009]

CROSSREFS

Cf. A002697 and A027471.

Cf. A001787.

Sequence in context: A073379 A022734 A027203 this_sequence A111998 A026935 A110127

Adjacent sequences: A053461 A053462 A053463 this_sequence A053465 A053466 A053467

KEYWORD

easy,nonn

AUTHOR

Barry E. Williams, Jan 13 2000

EXTENSIONS

More terms from James A. Sellers (sellersj(AT)math.psu.edu), Feb 02 2000

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research