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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A006470 Number of rooted planar maps.
(Formerly M2075)
2
2, 15, 60, 175, 420, 882, 1680, 2970, 4950, 7865, 12012, 17745, 25480, 35700, 48960, 65892, 87210, 113715, 146300, 185955, 233772, 290950, 358800, 438750, 532350, 641277, 767340, 912485, 1078800, 1268520 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Walsh, T. R. S.; Lehman, A. B.; Counting rooted maps by genus. III: Nonseparable maps. J. Combinatorial Theory Ser. B 18 (1975), 222-259.

FORMULA

(n+1)*binomial(n+3, 4).

C(n+2, 2)*C(n+4, 3)/2; g.f.: x*(2+3*x)/(1-x)^6. - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 14 2005

MATHEMATICA

f[n_]:=(n+(n+1)+(n+2))*n*(n+1)*(n+2)*(n+3)/72; lst={}; Do[AppendTo[lst, f[n]], {n, 0, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 08 2009]

CROSSREFS

A027789/2.

Sequence in context: A034571 A126019 A071237 * A084169 A000181 A047146

Adjacent sequences:  A006467 A006468 A006469 * A006471 A006472 A006473

KEYWORD

nonn,easy

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 16 06:27 EST 2012. Contains 205860 sequences.