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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066114 a(0) = 1; for n > 0, a(n) = (n!*(3*n+1))/2. 1
1, 2, 7, 30, 156, 960, 6840, 55440, 504000, 5080320, 56246400, 678585600, 8861529600, 124540416000, 1874333260800, 30076510464000, 512608352256000, 9247873130496000, 176065276907520000, 3527707911856128000, 74203511249387520000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,100

MATHEMATICA

Join[{1}, Table[(n!(3n+1))/2, {n, 20}]] (* From Harvey P. Dale, June 15 2011 *)

PROG

(PARI) { for (n=0, 100, a=(n!*(3*n + 1))/2; if (n==0, a=1); write("b066114.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Feb 01 2010]

CROSSREFS

Sequence in context: A030975 A144495 A154259 * A088128 A001053 A124552

Adjacent sequences:  A066111 A066112 A066113 * A066115 A066116 A066117

KEYWORD

nonn,easy

AUTHOR

George E. Antoniou (george.antoniou(AT)montclair.edu), Dec 05 2001

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 12:21 EST 2012. Contains 205785 sequences.