[go: up one dir, main page]

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!)
Revision History for A076744 (Underlined text is an addition; strikethrough text is a deletion.)

Showing all changes.
A076744 This sequence with the appropriate denominator (product of (2*3^k-3) k=0..n) produces the expected length of shortest nonintersecting path through n points on a Sierpiński Gasket from corner to corner.
(history; published version)
#7 by Joerg Arndt at Thu Mar 15 04:39:02 EDT 2018
STATUS

proposed

approved

#6 by Jon E. Schoenfield at Wed Mar 14 22:40:45 EDT 2018
STATUS

editing

proposed

#5 by Jon E. Schoenfield at Wed Mar 14 22:40:41 EDT 2018
NAME

This sequence with the appropriate denominator (product of (2*3^k-3) k=0..n) produces the expected length of shortest non intersectingnonintersecting path through n points on a Sierpiński Gasket from corner to corner.

STATUS

approved

editing

#4 by Jon E. Schoenfield at Fri Aug 14 23:02:35 EDT 2015
STATUS

editing

approved

#3 by Jon E. Schoenfield at Fri Aug 14 23:02:33 EDT 2015
NAME

This sequence with the appropriate denominator (product of (2*3^k-3) k=0..n) produces the expected length of shortest non intersecting path through n points on a SierpinskiSierpiński Gasket from corner to corner.

STATUS

approved

editing

#2 by N. J. A. Sloane at Sat Jun 12 03:00:00 EDT 2004
MAPLE

with(combinat, numbcomb): ntop:= := 25: for n from 1 to ntop do a[n]:= ] := sum('numbcomb(n, k)*(-1)^k*1/(2*3^k - 3)', 'k'=0..n): b[n]:= ] := product('2*3^k - 3', 'k'=0..n): od: for n from 1 to ntop do c[n]:=] := solve(x/b[n] = a[n]); od;

KEYWORD

frac,nonn,uned,new

#1 by N. J. A. Sloane at Fri May 16 03:00:00 EDT 2003
NAME

This sequence with the appropriate denominator (product of (2*3^k-3) k=0..n) produces the expected length of shortest non intersecting path through n points on a Sierpinski Gasket from corner to corner.

DATA

4, 72, 4176, 731808, 381879360, 592267282560, 2733202405059840, 37590062966534453760, 1542797317119230338360320, 189160927199005707074274969600

OFFSET

0,1

COMMENTS

I am looking for the asymptotics of this sequence (scaled by the appropriate denominator). I'm convinced that a(n) / n^(1-log(2)/log(3)) -> constant but need to know more about sequence to solve this problem.

MAPLE

with(combinat, numbcomb): ntop:=25: for n from 1 to ntop do a[n]:= sum('numbcomb(n, k)*(-1)^k*1/(2*3^k - 3)', 'k'=0..n): b[n]:= product('2*3^k - 3', 'k'=0..n): od: for n from 1 to ntop do c[n]:=solve(x/b[n] = a[n]); od;

KEYWORD

frac,nonn,uned

AUTHOR

Nathan B. Shank (nas2(AT)lehigh.edu), Nov 11 2002

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 August 29 13:55 EDT 2024. Contains 375517 sequences. (Running on oeis4.)