login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A033537 n(2n+5). 18
0, 7, 18, 33, 52, 75, 102, 133, 168, 207, 250, 297, 348, 403, 462, 525, 592, 663, 738, 817, 900, 987, 1078, 1173, 1272, 1375, 1482, 1593, 1708, 1827, 1950, 2077, 2208, 2343, 2482, 2625, 2772, 2923, 3078 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Permutations avoiding 12-3 that contain the pattern 32-1 exactly once.

a(n) = A014107(n) + 8*n^2; A100035(a(n)) = 3 for n>1. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Oct 31 2004

If Y is a 3-subset of an (2n+1)-set X then, for n>=1, a(n-1) is the number of (2n-1)-subsets of X having at least two elements in common with Y. - Milan R. Janjic (agnus(AT)blic.net), Dec 16 2007

LINKS

T. Mansour, Restricted permutations by patterns of type 2-1.

FORMULA

a(n)=a(n-1)+4*n+3 (with a(0)=0) [From Vincenzo Librandi, Nov 17 2010]

MATHEMATICA

s=0; lst={s}; Do[s+=n++ +7; AppendTo[lst, s], {n, 0, 7!, 4}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 16 2008]

s = 0; lst = {s}; Do[s += 2*n + 1; AppendTo[lst, s], {n, 3, 80, 2}]; lst [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 15 2009]

CROSSREFS

Cf. A100036, A100037, A100038, A100039.

Sequence in context: A103572 A049532 A156619 * A000566 A169677 A192751

Adjacent sequences:  A033534 A033535 A033536 * A033538 A033539 A033540

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 15:24 EST 2012. Contains 205519 sequences.