login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139177 a(n) = (n! - 7)/7. 10
719, 5759, 51839, 518399, 5702399, 68428799, 889574399, 12454041599, 186810623999, 2988969983999, 50812489727999, 914624815103999, 17377871486975999, 347557429739519999 (list; graph; refs; listen; history; text; internal format)
OFFSET
7,1
COMMENTS
Original name: Natural numbers of the form (n!-7)/7.
LINKS
MAPLE
seq((factorial(n)-7)/7, n=7..25); # Muniru A Asiru, Oct 20 2018
MATHEMATICA
Table[(n! - 7)/7, {n, 7, 20}]
PROG
(Magma) [(Factorial(n)-7)/7: n in [7..25]]; // Vincenzo Librandi, Jul 20 2011
(GAP) List([7..25], n->(Factorial(n)-7)/7); # Muniru A Asiru, Oct 20 2018
CROSSREFS
Sequence in context: A101797 A144767 A127227 * A064980 A290120 A101997
KEYWORD
nonn,easy
AUTHOR
Artur Jasinski, Apr 11 2008
EXTENSIONS
New name from Jon E. Schoenfield, Oct 19 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 08:11 EDT 2024. Contains 371905 sequences. (Running on oeis4.)