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!)
A078155 A078152(n!). 4
0, 0, 0, 0, 4, 22, 80, 304, 1043, 3538, 12094, 42979, 156237, 587926, 2283038, 9142910, 37708601, 160014979, 697523776, 3119511496, 14295524835, 67052144163, 321571055089, 1575370699764, 7876854373196, 40164235356266, 208699490940770 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
a(n) = A078152(n!) = A055086(n!) - A000005(n!).
MATHEMATICA
Table[ Length[ Union[ Table[ Floor[w!/j], {j, 1, w!}]]] - DivisorSigma[0, w! ], {w, 1, 11}]
(* Second program: *)
Array[Floor@ Sqrt[4 # + 1] - 1 - DivisorSigma[0, #] &[#!] &, 27] (* Michael De Vlieger, Dec 13 2018 *)
CROSSREFS
Sequence in context: A347722 A201127 A259709 * A237530 A096167 A060453
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 27 2002
EXTENSIONS
Extended by Robert G. Wilson v, Dec 02 2002
a(11) corrected and terms a(12) onward added by Max Alekseyev, Feb 12 2012
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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)