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!)
A363315 Expansion of g.f. A(x) satisfying 1/5 = Sum_{n=-oo..+oo} x^n * (A(x) - x^n)^(n-1), with a(0) = 6. 6
6, 50, 950, 21350, 530700, 14067650, 389701050, 11147799700, 326779719500, 9764739197800, 296342706620800, 9108989853295550, 283002934668287000, 8872796279035164100, 280368062326854982450, 8919740526808334086550, 285476263708658548421000, 9185078302539674382641450 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(n) == 0 (mod 5^2) for n > 0.
LINKS
FORMULA
G.f. A(x) = Sum_{n>=0} a(n)*x^n may be defined by the following.
(1) 1/5 = Sum_{n=-oo..+oo} x^n * (A(x) - x^n)^(n-1).
(2) 1/5 = Sum_{n=-oo..+oo} (-1)^(n+1) * x^(n^2) / (1 - x^n*A(x))^(n+1).
(3) A(x)/5 = Sum_{n=-oo..+oo} x^(2*n) * (A(x) - x^n)^(n-1).
(4) A(x)/5 = Sum_{n=-oo..+oo} (-1)^(n+1) * x^(n*(n-1)) / (1 - x^n*A(x))^(n+1).
EXAMPLE
G.f.: A(x) = 6 + 50*x + 950*x^2 + 21350*x^3 + 530700*x^4 + 14067650*x^5 + 389701050*x^6 + 11147799700*x^7 + 326779719500*x^8 + ...
PROG
(PARI) {a(n) = my(A=[6]); for(i=1, n, A = concat(A, 0);
A[#A] = polcoeff(-5 + 5^2*sum(m=-#A, #A, x^m * (Ser(A) - x^m)^(m-1) ), #A-1); ); A[n+1]}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A297926 A094072 A361193 * A058784 A008380 A196905
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 28 2023
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 September 12 23:44 EDT 2024. Contains 375855 sequences. (Running on oeis4.)