login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A216353 G.f.: A(x) = exp( Sum_{n>=1} A000172(n)^3*x^n/n ) where Franel number A000172(n) = Sum_{k=0..n} C(n,k)^3. 4
1, 8, 532, 62624, 10964914, 2399234384, 609215149096, 171739556144192, 52316948995446679, 16918106849112020088, 5736533516906891508780, 2021549577502367744673888, 735516733692051220039803750, 274907827442478316252748869104, 105138174536582510069969443280760 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
G.f.: A(x) = 1 + 8*x + 532*x^2 + 62624*x^3 + 10964914*x^4 + 2399234384*x^5 +...
where
log(A(x)) = 2^3*x + 10^3*x^2/2 + 56^3*x^3/3 + 346^3*x^4/4 + 2252^3*x^5/5 + 15184^3*x^6/6 + 104960^3*x^7/7 +...+ A000172(n)^3*x^n/n +...
PROG
(PARI) {a(n)=local(A=1+x); for(i=1, n, A=exp(sum(m=1, n, sum(j=0, m, binomial(m, j)^3)^3*x^m*1^m/m+x*O(x^n)))); polcoeff(A, n)}
for(n=0, 31, print1(a(n), ", "))
CROSSREFS
Sequence in context: A272357 A241367 A121740 * A145182 A089671 A112035
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Sep 04 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)