The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A022932 a(n) is the number of powers Pi^m between e^n and e^(n+1). 2
0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Characteristic function of A059561. - Antti Karttunen, Sep 22 2017
LINKS
Hans Havermann & Antti Karttunen, Table of n, a(n) for n = 0..10000
MATHEMATICA
t = Table[IntegerPart[i/Log[Pi]] - IntegerPart[(i - 1)/Log[Pi]], {i, 1000000}]; (* Hans Havermann, Sep 22 2017 *)
PROG
(PARI) a(n)=(n+1)\log(Pi) - n\log(Pi) \\ Charles R Greathouse IV, Jan 16 2017
CROSSREFS
Cf. A059562 (positions of zeros after the initial a(0)=0), A059561 (of ones).
Sequence in context: A306453 A175629 A109720 * A334812 A079421 A304438
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Antti Karttunen, Sep 22 2017
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 June 1 06:21 EDT 2024. Contains 373013 sequences. (Running on oeis4.)