Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)

Revision History for A114806

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A114806 Nonuple factorial, 9-factorial, n!9, n!!!!!!!!!.
(history; published version)
#32 by Charles R Greathouse IV at Thu Sep 08 08:45:23 EDT 2022
PROG

(MAGMAMagma) b:=func< n | n le 9 select n else n*Self(n-9) >;

Discussion
Thu Sep 08 08:45
OEIS Server: https://oeis.org/edit/global/2944
#31 by Harvey P. Dale at Sat Nov 13 16:20:45 EST 2021
STATUS

editing

approved

#30 by Harvey P. Dale at Sat Nov 13 16:20:41 EST 2021
MATHEMATICA

Table[Times@@Range[n, 1, -9], {n, 0, 50}] (* Harvey P. Dale, Nov 13 2021 *)

STATUS

approved

editing

#29 by Michel Marcus at Tue Nov 10 03:18:43 EST 2020
STATUS

reviewed

approved

#28 by Joerg Arndt at Tue Nov 10 03:01:27 EST 2020
STATUS

proposed

reviewed

#27 by Amiram Eldar at Tue Nov 10 02:15:15 EST 2020
STATUS

editing

proposed

#26 by Amiram Eldar at Tue Nov 10 02:08:29 EST 2020
FORMULA

Sum_{n>=0} 1/a(n) = A288096. - Amiram Eldar, Nov 10 2020

CROSSREFS

Cf. A000142, A006882, A007661, A007662, A085157, A085158, A288096.

STATUS

approved

editing

#25 by R. J. Mathar at Wed Feb 19 06:29:05 EST 2020
STATUS

editing

approved

#24 by R. J. Mathar at Wed Feb 19 06:28:55 EST 2020
FORMULA

D-finite with recurrence: a(0) = 1, a(n) = n for 1 <= n <= 9, a(n) = n*a(n-9) for n >= 10.

STATUS

approved

editing

#23 by Bruno Berselli at Thu Aug 22 04:43:25 EDT 2019
STATUS

reviewed

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 September 12 07:57 EDT 2024. Contains 375850 sequences. (Running on oeis4.)