Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A059480
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A059480 A recurrence equation. +0
2
1, 1, 4, 8, 28, 76, 272, 880, 3328, 12128, 48736, 194272, 827840, 3547648, 15965248, 72727616, 344136832, 1653233920, 8191833728, 41256512128, 213285020416, 1120928287232, 6026483756800, 32928762650368, 183590856570368 (list; graph; listen)
OFFSET

0,3

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,200

S. Kitaev and T. Mansour, On multi-avoidance of generalized patterns.

FORMULA

a(n) = a(n - 1) + (n + 1)*a(n - 2); a(0) = a(1) = 1; E.g.f. = ( - 2*(1 + x) + e^((x*(2 + x))/2)*(2 + x*(2 + x))*(2 + Sqrt[2*e*Pi]*erf[1/Sqrt[2]]) - e^((1 + x)^2/2)*Sqrt[2*Pi]*(2 + x*(2 + x))*Erf[(1 + x)/Sqrt[2]])/2

With offset 2: number of permutations that simultaneously avoid the patterns 12-3 and 21-3 and start with 1 and end with 12. E.g.f.: exp(x+x^2/2) * {1-int[0..x, exp(-t-t^2/2) dt]} - 1.

PROGRAM

(PARI) { a=b=c=1; for (n = 0, 200, if (n>1, a=b + (n + 1)*c; c=b; b=a); write("b059480.txt", n, " ", a); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 27 2009]

CROSSREFS

Sequence in context: A020138 A090083 A034515 this_sequence A105723 A143555 A025234

Adjacent sequences: A059477 A059478 A059479 this_sequence A059481 A059482 A059483

KEYWORD

nonn

AUTHOR

Wouter Meeussen (wouter.meeussen(AT)pandora.be), Feb 15 2001

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 1 19:22 EST 2009. Contains 167811 sequences.


AT&T Labs Research