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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A035013 One third of 9-factorial numbers. 12
1, 12, 252, 7560, 294840, 14152320, 806682240, 53241027840, 3993077088000, 335418475392000, 31193918211456000, 3181779657568512000, 353177541990104832000, 42381305038812579840000 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

E.g.f. is G.f. for A034171(n-1).

LINKS

Index entries for sequences related to factorial numbers

FORMULA

3*a(n) = (9*n-6)(!^9) := product(9*j-6, j=1..n) = 3^n*A007559(n), A007559(n)=(3*n-2)(!^3); E.g.f. (-1+(1-9*x)^(-1/3))/3.

MATHEMATICA

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

CROSSREFS

Cf. A007559, A034171, A045756, A035012, A035013, A035017, A035018, A035020-A035023.

Sequence in context: A012066 A099139 A198475 * A065583 A129585 A034672

Adjacent sequences:  A035010 A035011 A035012 * A035014 A035015 A035016

KEYWORD

easy,nonn

AUTHOR

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

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 21:25 EST 2012. Contains 205857 sequences.