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!)
A139184 a(n) = (n! - 9)/9. 10
79, 559, 4479, 40319, 403199, 4435199, 53222399, 691891199, 9686476799, 145297151999, 2324754431999, 39520825343999, 711374856191999, 13516122267647999, 270322445352959999, 5676771352412159999, 124888969753067519999 (list; graph; refs; listen; history; text; internal format)
OFFSET
6,1
COMMENTS
Original name: Natural numbers of the form (n!-9)/9.
LINKS
MAPLE
seq((factorial(n)-9)/9, n=6..25); # Muniru A Asiru, Oct 20 2018
MATHEMATICA
Table[(n! - 9)/9, {n, 6, 20}]
PROG
(Magma) [(Factorial(n)-9)/9: n in [6..25]]; // Vincenzo Librandi, Jul 20 2011
(GAP) List([6..25], n->(Factorial(n)-9)/9); # Muniru A Asiru, Oct 20 2018
CROSSREFS
Sequence in context: A107954 A098673 A056211 * A142235 A251373 A251366
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 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)