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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066084 (n!)^2 + n! + n. 1
2, 3, 8, 45, 604, 14525, 519126, 25406647, 1625742728, 131682257289, 13168193068810, 1593350962156811, 229442533281561612, 38775788049859660813, 7600054456639175731214, 1710012252725507098368015 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

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

MATHEMATICA

Table[ (n!)^2 + n! + n, {n, 0, 16} ]

PROG

(PARI) { for (n=0, 100, a=(n!)^2 + n! + n; write("b066084.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Nov 11 2009]

CROSSREFS

Cf. A005095

Sequence in context: A100644 A013208 A094370 * A141319 A001289 A103045

Adjacent sequences:  A066081 A066082 A066083 * A066085 A066086 A066087

KEYWORD

easy,nonn

AUTHOR

Geoirge E. Antoniou (george.antoniou(AT)montclair.edu), Dec 03 2001

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 04 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 17 19:13 EST 2012. Contains 206085 sequences.