Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063457
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063457 a(n)= floor( a(n-1) *(Pi-1) ); a(1) = 1. +0
1
1, 2, 4, 8, 17, 36, 77, 164, 351, 751, 1608, 3443, 7373, 15789, 33813, 72413, 155079, 332116, 711257, 1523222, 3262121, 6986134, 14961453, 32041337, 68619491, 146954997, 314717741, 673997202, 1443427456, 3091233635, 6620163243 (list; graph; listen)
OFFSET

1,2

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,300

MATHEMATICA

a[1] = 1; a[n_] = Floor[ a[n - 1]*(Pi - 1) ]; Table[ a[n], {n, 1, 35} ]

PROGRAM

(PARI) { default(realprecision, 100); for (n=1, 300, if (n>1, a=floor(a*(Pi - 1)), a=1); write("b063457.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 22 2009]

CROSSREFS

Sequence in context: A098083 A008999 A052903 this_sequence A157904 A002845 A072925

Adjacent sequences: A063454 A063455 A063456 this_sequence A063458 A063459 A063460

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 25 2001

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 December 10 12:37 EST 2009. Contains 170569 sequences.


AT&T Labs Research