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!)
A181052 The sequence of numbers where the n-th term is (Pi^n - e^n) rounded down to the nearest integer, where Pi is the ratio of a circle's circumference to its diameter (A000796) and e is Euler's constant (A001113). 1
0, 0, 2, 10, 42, 157, 557, 1923, 6507, 21706, 71621, 234329, 761514, 2461263, 7919566, 25389128, 81146110, 258689610, 822922433, 2613081648, 8284791600, 26232816108, 82971091345, 262178903447, 827784397784, 2611774514980, 8235612082447, 25955792878501 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
A(n) = floor(Pi^n - e^n)
EXAMPLE
A(0)=0, A(1)=0, A(2)=2 etc...
MATHEMATICA
Table[Floor[Pi^n-E^n], {n, 0, 40}] (* Harvey P. Dale, Jun 02 2015 *)
CROSSREFS
Sequence in context: A083937 A085224 A192695 * A024483 A276666 A302524
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Harvey P. Dale, Jun 02 2015
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)