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!)
A323322 G.f.: Sum_{n>=1} ( (1+x)^n + 2^n*x^n )^n / 2^n. 0
1, 7, 74, 1495, 43240, 1615922, 73898278, 3995605174, 249332639378, 17635891283696, 1394325697856104, 121850733104648549, 11663364820496833946, 1213527023075715931420, 136368036713803151862672, 16459661773011647036358779, 2123742016843422567243589246, 291703805646180153151632977150, 42495460119330209130801042623616, 6544578588779477399529020939623304 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
EXAMPLE
G.f.: A(x) = 1 + 7*x + 74*x^2 + 1495*x^3 + 43240*x^4 + 1615922*x^5 + 73898278*x^6 + 3995605174*x^7 + 249332639378*x^8 + 17635891283696*x^9 + ...
such that
A(x) = ((1+x) + 2*x)/2 + ((1+x)^2 + 2^2*x^2)^2/2^2 + ((1+x)^3 + 2^3*x^3)^3/2^3 + ((1+x)^4 + 2^4*x^4)^4/2^4 + ((1+x)^5 + 2^5*x^5)^5/2^5 + ((1+x)^6 + 2^6*x^6)^6/2^6 + ...
PROG
(PARI) \p120
{N = 25; Vec( round( sum(n=1, 500, ( (1+x +x*O(x^N))^n + 2^n*x^n )^n / 2^n *1.) ))}
CROSSREFS
Sequence in context: A097821 A337387 A054745 * A356589 A326221 A197091
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 10 2019
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 May 10 11:28 EDT 2024. Contains 372387 sequences. (Running on oeis4.)