Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123136
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123136 a(n+1) = ( a(n) + n*(n+1) ) / n, with a(1) = 208. +0
1
208, 210, 108, 40, 15, 9 (list; graph; listen)
OFFSET

1,1

COMMENT

From a Quiz. Next term is 8.5

Only the first 6 terms are integers. [From Paolo P. Lava (ppl(AT)spl.at), Oct 01 2008]

LINKS

A. Frank & P. Jacqueroux, International Contest, 2001. Item 27

FORMULA

a(n)=(1/n!)*[208+Sum{k=1..n}{(k+1)!}], with n>=0 [From Paolo P. Lava (ppl(AT)spl.at), Oct 01 2008]

EXAMPLE

a(1)=208; a(2)=(208+2)/1=210; a(3)=(210+6)/2=108; a(4)=(108+12)/3=40; a(5)=(40+20)/4=15; a(6)=(15+30)/5=9; a(7)=(9+42)/6=8.5

PROGRAM

(PARI) a=208; for(n=1, 7, print1(a, ", "); a=(a+n*(n+1))/n)

CROSSREFS

Sequence in context: A052093 A103477 A080531 this_sequence A092153 A131686 A003740

Adjacent sequences: A123133 A123134 A123135 this_sequence A123137 A123138 A123139

KEYWORD

nonn

AUTHOR

Herman Jamke (hermanjamke(AT)fastmail.fm), Sep 30 2006

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 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research