Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A092483
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A092483 a(n) is the floor of the average of the 1-st moment of all previous entries. +0
1
1, 1, 1, 2, 3, 5, 9, 17, 32, 60, 114, 218, 418, 803, 1549, 2995, 5802, 11263, 21900, 42648, 83163, 162366, 317352, 620906, 1215941, 2383244, 4674825, 9176508, 18025284, 35429006, 69677045, 137106444, 269928311, 531676976, 1047716394 (list; graph; listen)
OFFSET

1,4

FORMULA

a(n)=floor(sum(j=1, n-1, j*a(j))/(n-1))

EXAMPLE

The sequence opens 1,1,1,2,3,5. a(7)=floor((1.1 + 2.1 + 3.1 + 4.2 + 5.3 + 6.5)/6) = floor((1+2+3+8+15+30)/6) = floor(59/6) = 9

PROGRAM

(PARI) for(i=2, 50, v[i]=floor(sum(j=1, i-1, j*v[j])/(i-1)))

CROSSREFS

Sequence in context: A014743 A080889 A049858 this_sequence A005257 A091697 A109740

Adjacent sequences: A092480 A092481 A092482 this_sequence A092484 A092485 A092486

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Apr 04 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 August 29 17:54 EDT 2008. Contains 143238 sequences.


AT&T Labs Research