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!)
A020526 a(n) = 6th Euler polynomial evaluated at 2^n. 6
0, 2, 1332, 166376, 13651920, 973242272, 65499561792, 4294977781376, 278176525712640, 17908846064302592, 1149543810255025152, 73678889946730981376, 4718907718699422044160, 302120774441963815411712, 19339271338993904793894912, 1237826702489967325274341376 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 106*a(n-1)-3024*a(n-2)+22016*a(n-3)-32768*a(n-4) for n>3. - Colin Barker, May 04 2015
G.f.: 2*x*(15616*x^2+560*x+1) / ((2*x-1)*(8*x-1)*(32*x-1)*(64*x-1)). - Colin Barker, May 04 2015
MAPLE
seq(euler(6, 2**i), i=0..24);
MATHEMATICA
Table[EulerE[6, 2^n], {n, 0, 40}] (* Vladimir Joseph Stephan Orlovsky, Nov 03 2009 *)
PROG
(PARI) concat(0, Vec(2*x*(15616*x^2+560*x+1)/((2*x-1)*(8*x-1)*(32*x-1)*(64*x-1)) + O(x^100))) \\ Colin Barker, May 04 2015
CROSSREFS
Sequence in context: A295187 A345402 A298757 * A247821 A202866 A265587
KEYWORD
nonn,easy
AUTHOR
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 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)