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!)
A020528 3rd Bernoulli polynomial evaluated at powers of 2 (multiplied by 6). 0
0, 18, 252, 2520, 22320, 187488, 1536192, 12435840, 100074240, 802948608, 6433016832, 51501864960, 412165877760, 3297930928128, 26385863196672, 211096568954880, 1688811205754880, 13510644263682048 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 3*2^(n+1)*(2^(n+1)-1)*(2^(n+1)-2)/4. - Ralf Stephan, Apr 06 2004
From R. J. Mathar, May 22 2013: (Start)
a(n) = 18*A016290(n-1).
G.f.: -18*x/((8*x-1)*(2*x-1)*(4*x-1)). (End)
a(n) = 14*a(n-1) - 56*a(n-2) + 64*a(n-3). - Wesley Ivan Hurt, Mar 02 2023
MAPLE
seq(bernoulli(3, 2^i), i=0..24);
CROSSREFS
Cf. A016290.
Sequence in context: A001722 A060788 A144708 * A088924 A125475 A255371
KEYWORD
nonn
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 24 16:56 EDT 2024. Contains 371962 sequences. (Running on oeis4.)