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!)
A109343 Numbers n such that frac((floor((Pi*(n))))^(1/3))=0. 0
0, 163, 1304, 2948, 12511, 29006, 39789, 44757, 175506, 232048, 327955, 765887, 1429888 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
a(1)=163,floor(pi*163)=512 and 8^3=512
PROG
(PARI) g(n)=frac((floor((Pi*n)))^(1/3)) for(n=1, p, if(g(n)==0, print1(n, ", ")))
CROSSREFS
Sequence in context: A221903 A002149 A167627 * A217644 A185500 A305723
KEYWORD
nonn
AUTHOR
Yalcin Aktar, Aug 21 2005
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 24 13:30 EDT 2024. Contains 371957 sequences. (Running on oeis4.)