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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A026861 T(2n,n+1), T given by A026747. 0
1, 5, 22, 95, 411, 1790, 7855, 34725, 154573, 692450, 3120206, 14135555, 64356345, 294341325, 1351889910, 6233399525, 28845511125, 133933280000, 623811120960, 2913924782375, 13648296620445, 64087737455725, 301644762913977 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(n+1)=p(n+1) where p(x) is the unique degree-n polynomial such that p(k)=A002212(k+1) for k=0,1,...,n. - Michael Somos, Oct 07 2003

PROG

(PARI) a(n)=if(n<1, 0, subst(polinterpolate(Vec((1-3*x-sqrt(1-6*x+5*x^2+x^2*O(x^n)))/2)), x, n+1))

CROSSREFS

Sequence in context: A141222 A127360 A116415 * A026888 A083586 A200676

Adjacent sequences:  A026858 A026859 A026860 * A026862 A026863 A026864

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

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 07:48 EST 2012. Contains 205597 sequences.