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!)
A259112 E.g.f. satisfies: A(x) = Integral 1 + A(x)^7 dx. 6
1, 5040, 76281004800, 37626350120206848000, 185657801986983855655526400000, 5150422429203073500358041285476352000000, 569512147150397429576160463881863910421954560000000, 199607288101583292042564550150623446229209414764068864000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 7^(7*n+7/3) * n^(1/6) * (sin(Pi/7)/Pi)^(7*n+7/6) * (7*n)! / (6^(1/6) * Gamma(1/6)).
PROG
(PARI) {a(n) = local(A=x); A = serreverse( intformal( 1/(1 + x^7 + O(x^(7*n+2))) ) ); (7*n+1)!*polcoeff(A, 7*n+1)}
for(n=0, 20, print1(a(n), ", ")) \\ after Paul D. Hanna
CROSSREFS
Cf. A258880 (k=3), A258901 (k=4), A258925 (k=5), A258927 (k=6), A259113 (k=8).
Sequence in context: A071549 A181752 A208193 * A195391 A210281 A172618
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jun 18 2015
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)