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!)
A110378 a(n) = Sum_{prime p <= n} n!/p!. 1
1, 4, 16, 81, 486, 3403, 27224, 245016, 2450160, 26951761, 323421132, 4204474717, 58862646038, 882939690570, 14127035049120, 240159595835041, 4322872725030738, 82134581775584023, 1642691635511680460 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,2
LINKS
EXAMPLE
a(6) = 6!(2! + 1/3! + 1/5!) = 486.
MAPLE
a:=proc(n) local s, i: s:=0: for i from 2 to n do if isprime(i)=true then s:=s+1/i! else s:=s: fi: od: n!*s: end: seq(a(n), n=2..23); # Emeric Deutsch, Jul 24 2005
CROSSREFS
Sequence in context: A001257 A133053 A342326 * A076997 A092304 A356297
KEYWORD
easy,nonn
AUTHOR
Amarnath Murthy, Jul 24 2005
EXTENSIONS
Corrected and extended by Emeric Deutsch, Jul 24 2005
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)