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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122887 An upper diagonal of table A122888. 2
1, 10, 118, 1656, 27326, 520626, 11271436, 273613032, 7365210840, 217823497200, 7022714928604, 245186433880584, 9217032342988575, 371216529334562246, 15948164256621353088, 728062466187371268960, 35197679178007576031784 (list; graph; refs; listen; history; internal format)
OFFSET

4,2

PROG

(PARI) {a(n)=local(F=x+x^2, G=x+x*O(x^(n+1))); if(n<3, 0, for(i=1, n-2, G=subst(F, x, G)); return(polcoeff(G, n+0, x)))}

CROSSREFS

Cf. A122888; A122892.

Sequence in context: A083448 A024129 A155622 * A145510 A160601 A024128

Adjacent sequences:  A122884 A122885 A122886 * A122888 A122889 A122890

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Sep 18 2006

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 14 17:40 EST 2012. Contains 205650 sequences.