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!)
A274627 Product_{i=0..3} (2^floor((n+i)/4)-1). 2
0, 0, 0, 0, 1, 3, 9, 27, 81, 189, 441, 1029, 2401, 5145, 11025, 23625, 50625, 104625, 216225, 446865, 923521, 1876833, 3814209, 7751457, 15752961, 31755969, 64016001, 129048129, 260144641, 522337665, 1048788225, 2105834625, 4228250625, 8473082625, 16979393025, 34025371905, 68184176641 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
This is a four-dimensional analog of the holes-in-sheet-of-paper sequence A274230. See A274230 and A274626 for further information.
REFERENCES
Tom Karzes, Posting to Math Fun Mailing List, Jul 05 2016.
LINKS
FORMULA
Empirical g.f.: x^4*(1+2*x^2+6*x^3+4*x^4+8*x^6) / ((1-x)*(1-2*x)*(1-2*x^2)*(1+2*x^2)*(1-2*x^4)*(1-8*x^4)). - Colin Barker, Jul 06 2016
MAPLE
f:=(n, d) -> mul(2^floor((n+i)/d)-1, i = 0 .. d-1);
[seq(f(n, 4), n=0..40)];
PROG
(PARI) a(n) = prod(i=0, 3, 2^floor((n+i)/4)-1) \\ Colin Barker, Jul 06 2016
CROSSREFS
Sequence in context: A006521 A289257 A014953 * A080557 A022014 A181140
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jul 05 2016
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 23 08:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)