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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A178315 E.g.f.: A(x) = sqrt( Sum_{n>=0} 2^(n(n+1)/2) * x^n/n! ). 0
1, 1, 3, 23, 393, 13729, 943227, 126433847, 33245947857, 17276815511041, 17836691600303283, 36694285316980381463, 150671768689108469724633, 1235972596853128519493249569, 20265064539085026367759911941547 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,3

LINKS

Table of n, a(n) for n=0..14.

EXAMPLE

E.g.f.: A(x) = 1 + x + 3*x^2/2! + 23*x^3/3! + 393*x^4/4! +...

A(x)^2 = 1 + 2*x + 2^3*x^2/2! + 2^6*x^3/3! + 2^10*x^4/4! +...

PROG

(PARI) {a(n)=n!*polcoeff(sqrt(sum(m=0, n, 2^(m*(m+1)/2)*x^m/m!)+x*O(x^n)), n)}

CROSSREFS

Sequence in context: A073588 A068338 A114601 * A210910 A118195 A055326

Adjacent sequences:  A178312 A178313 A178314 * A178316 A178317 A178318

KEYWORD

nonn

AUTHOR

Paul D. Hanna, May 24 2010

STATUS

approved

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 May 19 10:45 EDT 2013. Contains 225429 sequences.