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!)
A279639 Exponential transform of the sixth powers A001014. 2
1, 1, 65, 922, 19685, 572036, 16379797, 542459296, 20028938953, 787480005520, 33447797179721, 1522102664036384, 73362723948758125, 3738119667151161280, 200625910519541044189, 11290451562860730241216, 664399657108812332697233, 40781390340823661046136064 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(exp(x)*(x^6+15*x^5+65*x^4+90*x^3+31*x^2+x)).
MAPLE
a:= proc(n) option remember; `if`(n=0, 1,
add(binomial(n-1, j-1)*j^6*a(n-j), j=1..n))
end:
seq(a(n), n=0..25);
CROSSREFS
Column k=6 of A279636.
Cf. A001014.
Sequence in context: A301550 A027463 A305264 * A144500 A086021 A168029
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Dec 16 2016
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 23 11:13 EDT 2024. Contains 371905 sequences. (Running on oeis4.)