Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A034177
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A034177 One quarter of quartic factorial numbers. +0
15
1, 8, 96, 1536, 30720, 737280, 20643840, 660602880, 23781703680, 951268147200, 41855798476800, 2009078326886400, 104472072998092800, 5850436087893196800, 351026165273591808000, 22465674577509875712000 (list; graph; listen)
OFFSET

1,2

LINKS

INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 513

FORMULA

4*a(n) = (4*n)(!^4) := product(4*j, j=1..n) = 4^(n-1)*n!; E.g.f. (-1+1/(1-4*x))/4.

a(n)=n!*4^(n-1), n>=1 - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Sep 23 2006

MAPLE

[seq(n!*4^(n-1), n=1..16)]; - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Sep 23 2006

restart: G(x):=(1-4*x)^(n-3): f[0]:=G(x): for n from 1 to 29 do f[n]:=diff(f[n-1], x) od:x:=0:seq(f[n], n=0..15); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 04 2009]

MATHEMATICA

s=1; lst={s}; Do[s+=n*s; AppendTo[lst, s], {n, 7, 5!, 4}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 08 2008]

CROSSREFS

Cf. A007696, A000407, A034176. First column of triangle A048786.

A052570 is an essentially identical sequence. - Philippe DELEHAM, Sep 18 2008

Contribution from Johannes W. Meijer (meijgia(AT)hotmail.com), Nov 12 2009: (Start)

Equals the second right hand column of A167569 divided by 2.

(End)

Sequence in context: A099675 A060458 A098430 this_sequence A052570 A002168 A114425

Adjacent sequences: A034174 A034175 A034176 this_sequence A034178 A034179 A034180

KEYWORD

easy,nonn

AUTHOR

Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de)

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 December 1 19:22 EST 2009. Contains 167811 sequences.


AT&T Labs Research