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!)
A368787 a(n) = (n+1) * (n!)^2 * Sum_{k=1..n} 1/((k+1) * (k!)^2). 0
0, 1, 7, 85, 1701, 51031, 2143303, 120024969, 8641797769, 777761799211, 85553797913211, 11293101324543853, 1761723806628841069, 320633732806449074559, 67333083889354305657391, 16159940133445033357773841, 4395503716297049073314484753 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 0; a(n) = (n+1) * n * a(n-1) + 1.
a(n) = A228229(n) - (n+1) * (n!)^2.
PROG
(PARI) a(n) = (n+1)*n!^2*sum(k=1, n, 1/((k+1)*k!^2));
CROSSREFS
Sequence in context: A121020 A060237 A000424 * A207214 A000686 A102923
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 05 2024
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 August 16 18:10 EDT 2024. Contains 375177 sequences. (Running on oeis4.)