[go: up one dir, main page]

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!)
Search: a154947 -id:a154947
Displaying 11-18 of 18 results found. page 1 2
     Sort: relevance | references | number | modified | created      Format: long | short | data
A154578 Decimal expansion of log_9 (15). +10
19
1, 2, 3, 2, 4, 8, 6, 7, 6, 0, 3, 5, 8, 9, 6, 3, 5, 8, 3, 5, 9, 8, 5, 2, 0, 2, 0, 3, 8, 3, 9, 3, 2, 0, 1, 9, 8, 1, 5, 3, 9, 6, 6, 1, 8, 3, 3, 3, 3, 0, 2, 4, 8, 4, 4, 5, 2, 6, 4, 4, 5, 1, 9, 7, 3, 9, 7, 7, 4, 6, 1, 3, 8, 0, 9, 5, 5, 1, 2, 9, 1, 1, 8, 2, 7, 7, 9, 6, 5, 5, 6, 8, 7, 9, 7, 6, 4, 7, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1.2324867603589635835985202038393201981539661833330248445264...
MATHEMATICA
RealDigits[Log[9, 15], 10, 100][[1]] (* Vincenzo Librandi, Sep 01 2013 *)
PROG
(PARI) default(realprecision, 100); log(15)/log(9) \\ G. C. Greubel, Sep 01 2018
(Magma) SetDefaultRealField(RealField(100)); Log(15)/Log(9); // G. C. Greubel, Sep 01 2018
CROSSREFS
Cf. decimal expansion of log_9(m): A152747 (m=2), A153205 (m=5), A153495 (m=6), A153619 (m=7), A153756 (m=8), A154160 (m=10), A154181 (m=11), A154202 (m=12), A154339 (m=13), A154469 (m=14), this sequence, A154859 (m=17), A154947 (m=18), A155061 (m=19), A155503 (m=20), A155676 (m=21), A155743 (m=22), A155829 (m=23), A155976 (m=24).
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved
A154859 Decimal expansion of log_9 (17). +10
19
1, 2, 8, 9, 4, 5, 0, 9, 6, 1, 5, 8, 1, 2, 8, 2, 9, 4, 6, 7, 5, 8, 1, 8, 7, 1, 2, 2, 3, 2, 0, 0, 8, 8, 8, 2, 2, 2, 4, 0, 8, 7, 7, 1, 4, 7, 3, 6, 9, 7, 2, 3, 3, 9, 4, 7, 4, 6, 8, 8, 7, 3, 0, 4, 4, 7, 0, 4, 8, 6, 8, 4, 3, 5, 2, 6, 1, 9, 0, 7, 1, 2, 8, 1, 5, 0, 6, 9, 8, 7, 9, 9, 9, 5, 8, 1, 8, 9, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1.2894509615812829467581871223200888222408771473697233947468...
MATHEMATICA
RealDigits[Log[9, 17], 10, 100][[1]] (* Vincenzo Librandi, Sep 01 2013 *)
PROG
(PARI) default(realprecision, 100); log(17)/log(9) \\ G. C. Greubel, Sep 01 2018
(Magma) SetDefaultRealField(RealField(100)); Log(17)/Log(9); // G. C. Greubel, Sep 01 2018
CROSSREFS
Cf. decimal expansion of log_9(m): A152747 (m=2), A153205 (m=5), A153495 (m=6), A153619 (m=7), A153756 (m=8), A154160 (m=10), A154181 (m=11), A154202 (m=12), A154339 (m=13), A154469 (m=14), A154578 (m=15), this sequence, A154947 (m=18), A155061 (m=19), A155503 (m=20), A155676 (m=21), A155743 (m=22), A155829 (m=23), A155976 (m=24).
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved
A155061 Decimal expansion of log_9 (19). +10
19
1, 3, 4, 0, 0, 7, 1, 9, 2, 9, 6, 2, 3, 1, 8, 7, 6, 7, 2, 4, 2, 5, 2, 8, 3, 3, 1, 0, 1, 0, 9, 5, 9, 7, 5, 6, 5, 2, 3, 3, 0, 7, 1, 4, 2, 1, 3, 4, 7, 1, 7, 6, 6, 1, 0, 9, 1, 8, 4, 4, 4, 2, 7, 8, 2, 5, 8, 9, 7, 0, 4, 3, 5, 8, 6, 7, 5, 1, 4, 6, 5, 4, 9, 3, 8, 6, 3, 7, 2, 3, 8, 4, 2, 4, 8, 7, 7, 8, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1.3400719296231876724252833101095975652330714213471766109184...
MATHEMATICA
RealDigits[Log[9, 19], 10, 100][[1]] (* Vincenzo Librandi, Sep 01 2013 *)
PROG
(PARI) default(realprecision, 100); log(19)/log(9) \\ G. C. Greubel, Sep 01 2018
(Magma) SetDefaultRealField(RealField(100)); Log(19)/Log(9); // G. C. Greubel, Sep 01 2018
CROSSREFS
Cf. decimal expansion of log_9(m): A152747 (m=2), A153205 (m=5), A153495 (m=6), A153619 (m=7), A153756 (m=8), A154160 (m=10), A154181 (m=11), A154202 (m=12), A154339 (m=13), A154469 (m=14), A154578 (m=15), A154859 (m=17), A154947 (m=18), this sequence, A155503 (m=20), A155676 (m=21), A155743 (m=22), A155829 (m=23), A155976 (m=24).
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved
A155503 Decimal expansion of log_9 (20). +10
19
1, 3, 6, 3, 4, 1, 6, 5, 1, 3, 9, 3, 0, 4, 2, 1, 0, 2, 0, 6, 9, 8, 0, 4, 7, 3, 1, 8, 1, 8, 2, 0, 8, 1, 0, 5, 2, 4, 5, 3, 5, 5, 1, 8, 2, 3, 4, 6, 4, 9, 0, 5, 2, 7, 2, 3, 9, 7, 1, 0, 0, 1, 4, 1, 2, 3, 6, 4, 3, 1, 3, 3, 9, 4, 7, 6, 4, 2, 7, 7, 1, 6, 8, 8, 8, 9, 6, 9, 2, 4, 5, 4, 2, 9, 2, 1, 6, 4, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1.3634165139304210206980473181820810524535518234649052723971...
MATHEMATICA
RealDigits[Log[9, 20], 10, 100][[1]] (* Vincenzo Librandi, Sep 01 2013 *)
PROG
(PARI) default(realprecision, 100); log(20)/log(9) \\ G. C. Greubel, Sep 01 2018
(Magma) SetDefaultRealField(RealField(100)); Log(20)/Log(9); // G. C. Greubel, Sep 01 2018
CROSSREFS
Cf. decimal expansion of log_9(m): A152747 (m=2), A153205 (m=5), A153495 (m=6), A153619 (m=7), A153756 (m=8), A154160 (m=10), A154181 (m=11), A154202 (m=12), A154339 (m=13), A154469 (m=14), A154578 (m=15), A154859 (m=17), A154947 (m=18), A155061 (m=19), this sequence, A155676 (m=21), A155743 (m=22), A155829 (m=23), A155976 (m=24).
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved
A155676 Decimal expansion of log_9 (21). +10
19
1, 3, 8, 5, 6, 2, 1, 8, 7, 4, 5, 8, 0, 7, 1, 1, 1, 3, 0, 0, 3, 3, 9, 6, 4, 1, 5, 3, 5, 4, 1, 2, 2, 8, 8, 5, 9, 0, 3, 3, 2, 3, 5, 6, 6, 7, 2, 9, 7, 1, 2, 1, 7, 3, 9, 6, 8, 4, 4, 9, 6, 2, 8, 8, 6, 3, 9, 9, 4, 3, 0, 9, 9, 3, 5, 1, 4, 0, 6, 1, 0, 5, 4, 1, 7, 1, 5, 0, 4, 9, 4, 6, 6, 8, 7, 5, 4, 4, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1.3856218745807111300339641535412288590332356672971217396844...
MATHEMATICA
RealDigits[Log[9, 21], 10, 120][[1]] (* Harvey P. Dale, May 04 2012 *)
PROG
(PARI) default(realprecision, 100); log(21)/log(9) \\ G. C. Greubel, Sep 01 2018
(Magma) SetDefaultRealField(RealField(100)); Log(21)/Log(9); // G. C. Greubel, Sep 01 2018
CROSSREFS
Cf. decimal expansion of log_9(m): A152747 (m=2), A153205 (m=5), A153495 (m=6), A153619 (m=7), A153756 (m=8), A154160 (m=10), A154181 (m=11), A154202 (m=12), A154339 (m=13), A154469 (m=14), A154578 (m=15), A154859 (m=17), A154947 (m=18), A155061 (m=19), A155503 (m=20), thus sequence, A155743 (m=22), A155829 (m=23), A155976 (m=24).
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved
A155743 Decimal expansion of log_9 (22). +10
19
1, 4, 0, 6, 7, 9, 4, 0, 4, 6, 1, 0, 7, 7, 9, 7, 7, 5, 9, 0, 7, 4, 2, 5, 3, 7, 6, 4, 5, 3, 7, 3, 4, 4, 8, 8, 8, 9, 2, 1, 2, 7, 3, 5, 8, 2, 6, 6, 6, 4, 1, 2, 3, 9, 4, 0, 5, 3, 9, 7, 3, 9, 7, 7, 0, 0, 5, 2, 4, 6, 9, 1, 7, 6, 3, 6, 1, 6, 3, 5, 8, 4, 1, 9, 3, 2, 1, 6, 8, 5, 9, 3, 5, 6, 7, 1, 1, 3, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1.4067940461077977590742537645373448889212735826664123940539...
MATHEMATICA
RealDigits[Log[9, 22], 10, 100][[1]] (* Vincenzo Librandi, Sep 01 2013 *)
PROG
(PARI) default(realprecision, 100); log(22)/log(9) \\ G. C. Greubel, Sep 01 2018
(Magma) SetDefaultRealField(RealField(100)); Log(22)/Log(9); // G. C. Greubel, Sep 01 2018
CROSSREFS
Cf. decimal expansion of log_9(m): A152747 (m=2), A153205 (m=5), A153495 (m=6), A153619 (m=7), A153756 (m=8), A154160 (m=10), A154181 (m=11), A154202 (m=12), A154339 (m=13), A154469 (m=14), A154578 (m=15), A154859 (m=17), A154947 (m=18), A155061 (m=19), A155503 (m=20), A155676 (m=21), this sequence, A155829 (m=23), A155976 (m=24).
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved
A155829 Decimal expansion of log_9 (23). +10
19
1, 4, 2, 7, 0, 2, 4, 9, 1, 5, 1, 0, 0, 1, 3, 5, 5, 5, 3, 7, 0, 1, 8, 1, 5, 8, 8, 2, 4, 7, 4, 6, 0, 3, 9, 4, 1, 3, 8, 1, 5, 9, 0, 8, 1, 8, 5, 2, 5, 2, 4, 4, 8, 8, 3, 5, 8, 6, 7, 5, 5, 8, 8, 3, 8, 2, 7, 3, 9, 2, 5, 7, 2, 7, 4, 9, 7, 4, 1, 7, 0, 0, 7, 6, 6, 2, 1, 6, 4, 5, 7, 7, 1, 6, 0, 9, 0, 1, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1.4270249151001355537018158824746039413815908185252448835867...
MATHEMATICA
RealDigits[Log[9, 23], 10, 100][[1]] (* Vincenzo Librandi, Sep 01 2013 *)
PROG
(PARI) default(realprecision, 100); log(23)/log(9) \\ G. C. Greubel, Sep 01 2018
(Magma) SetDefaultRealField(RealField(100)); Log(23)/Log(9); // G. C. Greubel, Sep 01 2018
CROSSREFS
Cf. decimal expansion of log_9(m): A152747 (m=2), A153205 (m=5), A153495 (m=6), A153619 (m=7), A153756 (m=8), A154160 (m=10), A154181 (m=11), A154202 (m=12), A154339 (m=13), A154469 (m=14), A154578 (m=15), A154859 (m=17), A154947 (m=18), A155061 (m=19), A155503 (m=20), A155676 (m=21), A155743 (m=22), this sequence, A155976 (m=24).
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved
A155976 Decimal expansion of log_9 (24). +10
19
1, 4, 4, 6, 3, 9, 4, 6, 3, 0, 3, 5, 7, 1, 8, 6, 1, 5, 5, 6, 4, 9, 2, 9, 0, 6, 7, 1, 5, 1, 4, 1, 4, 1, 2, 8, 1, 4, 4, 9, 3, 7, 8, 4, 6, 0, 1, 9, 7, 8, 2, 0, 6, 4, 1, 8, 0, 5, 9, 8, 2, 4, 1, 5, 7, 5, 8, 0, 2, 7, 8, 0, 2, 0, 7, 1, 3, 7, 2, 2, 0, 7, 5, 9, 1, 7, 5, 9, 0, 3, 2, 8, 2, 4, 1, 7, 7, 6, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
1.4463946303571861556492906715141412814493784601978206418059...
MATHEMATICA
RealDigits[Log[9, 24], 10, 100][[1]] (* Vincenzo Librandi, Sep 01 2013 *)
PROG
(PARI) default(realprecision, 100); log(24)/log(9) \\ G. C. Greubel, Sep 01 2018
(Magma) SetDefaultRealField(RealField(100)); Log(24)/Log(9); // G. C. Greubel, Sep 01 2018
CROSSREFS
Cf. decimal expansion of log_9(m): A152747 (m=2), A153205 (m=5), A153495 (m=6), A153619 (m=7), A153756 (m=8), A154160 (m=10), A154181 (m=11), A154202 (m=12), A154339 (m=13), A154469 (m=14), A154578 (m=15), A154859 (m=17), A154947 (m=18), A155061 (m=19), A155503 (m=20), A155676 (m=21), A155743 (m=22), A155829 (m=23), this sequence.
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 30 2009
STATUS
approved
page 1 2

Search completed in 0.009 seconds

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 August 29 11:13 EDT 2024. Contains 375512 sequences. (Running on oeis4.)