Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A097051
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A097051 a(n) = floor(n/a(floor(n/2))); a(1) = 1. +0
3
1, 2, 3, 2, 2, 2, 2, 4, 4, 5, 5, 6, 6, 7, 7, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 8, 8, 8, 8, 9, 9, 9, 9, 10, 10, 10, 10, 11, 11, 11, 11, 12, 12, 12, 12, 13, 13, 13, 13, 14, 14, 14, 14, 15, 15, 15, 15, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 (list; graph; listen)
OFFSET

1,2

EXAMPLE

a(50)=floor(50/a(25))

..... a(25)=floor(25/a(12))

........... a(12)=floor(12/a(6))

................. a(6)=floor(6/a(3))

...................... a(3)=floor(3/a(1))

........................... a(1)=1

...................... a(3)=floor(3/a(1))=floor(3/1)=3

................. a(6)=floor(6/a(3))=floor(6/3)=2

........... a(12)=floor(12/a(6))=floor(12/2)=6

..... a(25)=floor(25/a(12))=floor(25/6)=4

a(50)=floor(50/a(25))=floor(50/4)=12.

MATHEMATICA

a[1] = 1; a[n_] := a[n] = Floor[n/a[Floor[n/2]]]; Table[ a[n], {n, 94}]

CROSSREFS

Cf. A096036, A097053.

Sequence in context: A031217 A078545 A111497 this_sequence A078832 A086410 A103266

Adjacent sequences: A097048 A097049 A097050 this_sequence A097052 A097053 A097054

KEYWORD

nonn

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)lhsystems.com) and Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 21 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 24 12:00 EDT 2008. Contains 142294 sequences.


AT&T Labs Research