Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

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

1,2

EXAMPLE

a(50)=ceiling(50/a(25))

..... a(25)=ceiling(25/a(13))

........... a(13)=ceiling(13/a(7))

................. a(7)=ceiling(7/a(4))

...................... a(4)=ceiling(4/a(2))

........................... a(2)=ceiling(2/a(1))

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

........................... a(2)=ceiling(2/a(1))=ceiling(2/1)=2

...................... a(4)=ceiling(4/a(2))=ceiling(4/2)=2

................. a(7)=ceiling(7/a(4))=ceiling(7/2)=4

........... a(13)=ceiling(13/a(7))=ceiling(13/4)=4

..... a(25)=ceiling(25/a(13))=ceiling(25/4)=7

a(50)=ceiling(50/a(25))=ceiling(50/7)=8.

MATHEMATICA

a[1] = 1; a[n_] := a[n] = Ceiling[ n / a[Ceiling[ n/2]]]; Table[ a[n], {n, 91}] (from Robert G. Wilson v Jul 21 2004)

CROSSREFS

Cf. A097051, A097052.

Sequence in context: A064144 A077105 A153847 this_sequence A108504 A036468 A028829

Adjacent sequences: A096033 A096034 A096035 this_sequence A096037 A096038 A096039

KEYWORD

nonn

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Jul 20 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research