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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A080476 Floor[ geometric mean of next n numbers]. 2
1, 2, 4, 8, 12, 18, 24, 32, 40, 50, 60, 72, 84, 98, 112, 128, 144, 162, 180, 200, 220, 242, 264, 288, 312, 338, 364, 392, 420, 450, 480, 512, 544, 578, 612, 648, 684, 722, 760, 800, 840, 882, 924, 968, 1012, 1058, 1104, 1152, 1200, 1250, 1300, 1352, 1404, 1458 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Also, floor[ harmonic mean of next n numbers].

FORMULA

Contribution from Yosu Yurramendi (yosu.yurramendi(AT)ehu.es), Sep 12 2008: (Start)

a(n+3)= 2*a(n+2)-a(n+1) if n even, a(n+3)= 2*a(n+2)-a(n+1)+2 if n odd, with a(1)=1, a(2)=2, a(3)=4

(End)

EXAMPLE

a(4) = Floor[ (7*8*9*10)^(1/4)] = 8.

a(4) = Floor[1/{ (1/7 + 1/8 + 1/9 + 1/10 )*(1/4)}] = 8.

PROG

(PARI) a(n)=if(n<2, n>0, n^2\2)

CROSSREFS

Essentially the same as A007590. Cf. A000982.

Sequence in context: A176562 A100057 A007590 * A053799 A085891 A006501

Adjacent sequences:  A080473 A080474 A080475 * A080477 A080478 A080479

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 11 2003

EXTENSIONS

More terms from Antonio G. Astudillo (afg_astudillo(AT)lycos.com), Apr 06 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 16 19:23 EST 2012. Contains 205945 sequences.