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!)
A341047 a(n) is the integer part of the smallest multiple of Pi whose fractional part begins with n 0's after the decimal point. 2
3, 113, 333, 92633, 103283, 208341, 4272943, 69305155, 245850922, 3618458675, 21053343141, 21053343141, 3587785776203, 8958937768937, 288469374822515, 428224593349304, 6134899525417045, 66627445592888887, 2646693125139304345, 2646693125139304345 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = floor(Pi*A341046(n)).
EXAMPLE
a(0)=3 as Pi*1=3.1415... is the smallest multiple of Pi that has zero 0's immediately after the decimal point, and 3 is the integer part.
a(1)=113 as Pi*36=113.09733... is the smallest multiple of Pi that has one 0 immediately after the decimal point, and 133 is the integer part.
a(2)=333 as Pi*106=333.0088212... is the smallest multiple of Pi that has two 0's immediately after the decimal point, and 333 is the integer part.
MATHEMATICA
Table[s=t=0; While[t<=k, t=Abs@Floor@Log[10, Abs@FractionalPart@N[Pi*++s]]]; IntegerPart[s*Pi], {k, 0, 6}] (* Giorgos Kalogeropoulos, Mar 31 2021 *)
PROG
(Magma) See A341046.
CROSSREFS
Sequence in context: A142603 A350053 A249164 * A080174 A065117 A227794
KEYWORD
nonn,base
AUTHOR
Talha Ali, Feb 04 2021
EXTENSIONS
a(6)-a(8) from Metin Sariyar, Feb 04 2021
More terms from Jon E. Schoenfield, Feb 05 2021
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 September 17 09:48 EDT 2024. Contains 375987 sequences. (Running on oeis4.)