login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A156240 Nearest integer to 16^n/(Pi-3). 1
7, 113, 1808, 28928, 462849, 7405582, 118489311, 1895828980, 30333263677, 485332218825, 7765315501194, 124245048019102, 1987920768305639, 31806732292890228, 508907716686243641, 8142523466979898252 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
1/(Pi-3) = 7.062513...
16/(Pi-3)= 113.0002...
MAPLE
A156240:=n->round(16^n/(Pi-3)): seq(A156240(n), n=0..20); # Wesley Ivan Hurt, Apr 18 2017
MATHEMATICA
Table[Round[16^n/(Pi-3)], {n, 0, 20}] (* Harvey P. Dale, May 30 2015 *)
PROG
(PARI) a(n)=round(16^n/(Pi-3))
CROSSREFS
Sequence in context: A081531 A142537 A084974 * A152927 A064330 A371328
KEYWORD
nonn
AUTHOR
Jaume Oliver Lafont, Feb 07 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 05:20 EDT 2024. Contains 371906 sequences. (Running on oeis4.)