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!)
A021387 Decimal expansion of 1/383. 2
0, 0, 2, 6, 1, 0, 9, 6, 6, 0, 5, 7, 4, 4, 1, 2, 5, 3, 2, 6, 3, 7, 0, 7, 5, 7, 1, 8, 0, 1, 5, 6, 6, 5, 7, 9, 6, 3, 4, 4, 6, 4, 7, 5, 1, 9, 5, 8, 2, 2, 4, 5, 4, 3, 0, 8, 0, 9, 3, 9, 9, 4, 7, 7, 8, 0, 6, 7, 8, 8, 5, 1, 1, 7, 4, 9, 3, 4, 7, 2, 5, 8, 4, 8, 5, 6, 3, 9, 6, 8, 6, 6, 8, 4, 0, 7, 3, 1, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
The magic square that uses the decimals of 1/383 is fully magic. 19 has the same property (see A021023). For other such primes see A072359. - Michel Marcus, Sep 02 2015
LINKS
MATHEMATICA
x = RealDigits[N[1/383, 120]]; Table[0, {Abs@ Last@ x}]~Join~First@ x (* Michael De Vlieger, Sep 02 2015 *)
x = RealDigits[N[1/383, 120]]; Table[0, {Abs@ Last@ x}]~Join~First@ x (* Michael De Vlieger, Sep 02 2015 *)
PROG
(PARI) default(realprecision, 2000); 1/383.0 \\ Anders Hellström, Sep 02 2015
CROSSREFS
Sequence in context: A243398 A175474 A271877 * A321172 A127508 A244814
KEYWORD
nonn,cons
AUTHOR
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 6 00:30 EDT 2024. Contains 373110 sequences. (Running on oeis4.)