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!)
A363402 a(n) = n * (4^n - 2^n) / Clausen(n, 0). 2
0, 2, 12, 56, 480, 992, 4032, 16256, 261120, 784896, 1047552, 4192256, 33546240, 67100672, 268419072, 1073709056, 34359214080, 17179738112, 206157643776, 274877382656, 2199021158400, 4398044413952, 17592181850112, 70368735789056, 1125899839733760, 5629499366440960 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = n * A020522(n) / A160014(n, 0).
MAPLE
# Using function 'Clausen' from A160014.
a := n -> n * (4^n - 2^n) / Clausen(n, 0):
seq(a(n), n = 0..25);
CROSSREFS
Sequence in context: A098453 A256150 A180073 * A067125 A177782 A005038
KEYWORD
nonn
AUTHOR
Peter Luschny, Jun 08 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 June 26 18:12 EDT 2024. Contains 373720 sequences. (Running on oeis4.)