login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A088661 A log based Cantor self similar sequence. 0
8, 8, 7, 6, 7, 8, 8, 7, 6, 8, 8, 7, 7, 8, 8, 7, 7, 8, 8, 5, 7, 8, 8, 7, 6, 8, 8, 7, 7, 8, 8, 7, 7, 8, 8, 6, 7, 8, 8, 7, 5, 8, 8, 7, 7, 8, 8, 7, 7, 8, 8, 6, 7, 8, 8, 7, 6, 8, 8, 7, 7, 8, 8, 7, 7, 8, 8, 6, 7, 8, 8, 7, 6, 8, 8, 7, 7, 8, 8, 7, 7, 8, 8, 4, 7, 8, 8, 7, 6, 8, 8, 7, 7, 8, 8, 7, 7, 8, 8, 6, 7, 8, 8, 7, 5 (list; graph; refs; listen; history; internal format)
OFFSET

3,1

FORMULA

p[n_, k_]=Sum[Log[i], {i, 1, n}]/Sum[Log[i], {i, n-Floor[3*n/4^k], n-Floor[n/4^k]}] a(n) = Sum[Floor[p[n, k]/p[n-1, k]], {k, 1, 8}]

MATHEMATICA

p[n_, k_]=Sum[Log[i], {i, 1, n}]/Sum[Log[i], {i, n-Floor[3*n/4^k], n-Floor[n/4^k]}] digits=200 f[n_]=Sum[Floor[p[n, k]/p[n-1, k]], {k, 1, 8}] at=Table[f[n], {n, 3, digits}]

CROSSREFS

Cf. A088487 A self similar Sierpinski type chaotic sequence with rate three at eight levels. A088488 A self similar Cantor type sequence with eight levels.

Sequence in context: A195454 A154400 A202953 * A127196 A173623 A070481

Adjacent sequences:  A088658 A088659 A088660 * A088662 A088663 A088664

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Nov 21 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 03:59 EST 2012. Contains 205694 sequences.