The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A054092 T(n,n), array T as in A054090. 0
1, 1, 1, 3, 7, 25, 105, 547, 3367, 24033, 195169, 1777651, 17950551, 199059673, 2405063017, 31448531955, 442501797655, 6666753146497, 107081325959937, 1826636018849443, 32980276187719399, 628351055737088601 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
PROG
(PARI) {a(n)= local(A); if(n<3, n>=0, A=vector(n, i, 1); for(k=1, n-2, A[k+2]=(k-1)*A[k+1]+ k*A[k]+ 2); A[n])} /* Michael Somos, Nov 19 2006 */
CROSSREFS
Sequence in context: A176829 A352385 A133206 * A096648 A156100 A245115
KEYWORD
nonn
AUTHOR
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 May 14 10:41 EDT 2024. Contains 372532 sequences. (Running on oeis4.)