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!)
A363403 a(n) = (4^n - 2^n) / Clausen(n, 1). 2
0, 1, 2, 28, 8, 496, 96, 8128, 2176, 130816, 15872, 2096128, 6144, 33550336, 44736512, 536854528, 8421376, 8589869056, 86114304, 137438691328, 3331850240, 2199022206976, 127479578624, 35184367894528, 103104380928, 562949936644096, 750599926710272, 9007199187632128 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = A020522(n) / A160014(n, 1).
MAPLE
# Using function 'Clausen' from A160014.
a := n -> (4^n - 2^n) / Clausen(n, 1):
seq(a(n), n = 0..25);
CROSSREFS
Sequence in context: A182335 A362288 A056013 * A007257 A045487 A022376
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 29 18:23 EDT 2024. Contains 373855 sequences. (Running on oeis4.)