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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A123618 a(n) = A123610(2*n+2,n). 5
1, 4, 39, 392, 4420, 52272, 644231, 8179600, 106376580, 1410528080, 19006875580, 259613952864, 3587352778256, 50068405195200, 704925148185495, 10001318622631200, 142866058397606500, 2053248549639210000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Related sequences: A123610(2n,n) = A123617(n); A123610(2n+1,n) = A000891(n); A123610(2n+2,n)/(n+1) = A123619(n). a(n) is divisible by (n+1): a(n)/(n+1) = A123619(n).

PROG

(PARI) {a(n)=if(n==0, 1, (1/(2*n+2))*sumdiv(2*n+2, d, if(gcd(n, d)==d, eulerphi(d)*binomial((2*n+2)/d, n/d)^2, 0)))}

CROSSREFS

Cf. A123610 (triangle); A123617, A000891, A123619.

Sequence in context: A198853 A093851 A063035 * A199757 A046449 A203211

Adjacent sequences:  A123615 A123616 A123617 * A123619 A123620 A123621

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 03 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 17 11:46 EST 2012. Contains 206011 sequences.