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!)
A218297 E.g.f.: Sum_{n>=0} (n^2)^n * cosh(n^2*x) * x^n/n!. 0
1, 1, 16, 732, 67072, 10356120, 2428502016, 806564304896, 360766703665152, 209198209220565120, 152649491877210357760, 136856491451984089032192, 147838797016098042267303936, 189330891572377497747235278848, 283553443348816020717858371665920 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Compare e.g.f. to the o.g.f. of A007820: Sum_{n>=0} (n^2)^n * exp(-n^2*x) * x^n/n!.
LINKS
EXAMPLE
E.g.f.: A(x) = 1 + x + 16*x^2/2! + 732*x^3/3! + 67072*x^4/4! + 10356120*x^5/5! +...
PROG
(PARI) {a(n)=polcoeff(serlaplace(sum(k=0, n, (k^2*x)^k/k!*cosh(-k^2*x +x*O(x^n)))), n)}
for(n=0, 20, print1(a(n), ", "))
CROSSREFS
Cf. A007820.
Sequence in context: A062206 A209537 A086701 * A339202 A307923 A159375
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 27 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 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)