cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Previous Showing 11-20 of 25 results. Next

A144988 Denominators of an Egyptian fraction for 1/Sqrt[10]=0.316227766...

Original entry on oeis.org

4, 16, 269, 97145, 136932237232, 20673377349936322828115, 3064009179828599322781273131956055066080121287, 26627889885770619250657085299814830308649653035272557146964038816993427725649965746421175612
Offset: 1

Views

Author

Artur Jasinski, Sep 28 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a = {}; k = N[1/Sqrt[10], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a (*Artur Jasinski*)

A144989 Denominators of an Egyptian fraction for 1/Sqrt[11] = 0.301511344577763622646812...

Original entry on oeis.org

4, 20, 662, 1297759, 1844432493162, 5639188476912002976180302, 82026153762914421289030509892448816950653744800250, 41282640425840814517611601419413673319625465033274597914250689256152252919560334025322141823942800904
Offset: 1

Views

Author

Artur Jasinski, Sep 28 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a = {}; k = N[1/Sqrt[11], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a (*Artur Jasinski*)

A144990 Denominators of an Egyptian fraction for 1/Sqrt[12] = 0.2886751345948...

Original entry on oeis.org

4, 26, 4682, 82002255, 2424561954109885202, 8351341795640007533371051035402867464, 904293415956370831552801002972875366323201452004310405131925112927056461063
Offset: 1

Views

Author

Artur Jasinski, Sep 28 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a = {}; k = N[1/Sqrt[12], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a (*Artur Jasinski*)

A144991 Denominators of an Egyptian fraction for 1/Sqrt[13] = 0.277350098...

Original entry on oeis.org

4, 37, 3096, 13574127, 239733306553235, 97513053185223980902949043420, 19969225922307588915237554701516633177873678175659426464707
Offset: 1

Views

Author

Artur Jasinski, Sep 28 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a = {}; k = N[1/Sqrt[13], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a (*Artur Jasinski*)

A144992 Denominators of an Egyptian fraction for 1/Sqrt[14] = 0.26726124...

Original entry on oeis.org

4, 58, 50346, 19633448274, 441773737902035099005, 229815189585781074105635265494168676404162, 179445232934099276711775585967008028625880741972428708587351916473125768917384082179
Offset: 1

Views

Author

Artur Jasinski, Sep 28 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a = {}; k = N[1/Sqrt[14], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a (*Artur Jasinski*)

A144993 Denominators of an Egyptian fraction for 1/Sqrt[15] = 0.258198889747...

Original entry on oeis.org

4, 122, 461162, 3349129245910, 13840887520563432756263419, 382957446908718393433860815845544980690400109047234, 288920912135538937886184184636581882706344572318014211901988926906547123182498092010284597493565283044
Offset: 1

Views

Author

Artur Jasinski, Sep 28 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a = {}; k = N[1/Sqrt[15], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a (*Artur Jasinski*)

A144994 Denominators of an Egyptian fraction for 1/Sqrt[18] = 0.23570226...

Original entry on oeis.org

5, 29, 821, 677977, 513635696709, 334234261805438025616703, 250906606073151785288093579072975272398266498130, 74964855360806135088808516122564277033496249621149557091386933175371459441529707353180479406338
Offset: 1

Views

Author

Artur Jasinski, Sep 28 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a = {}; k = N[1/Sqrt[18], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a (*Artur Jasinski*)

A144995 Denominators of an Egyptian fraction for 1/sqrt(19) = 0.22941573387...

Original entry on oeis.org

5, 34, 251943, 77358462192, 329674933038929584801859, 118413558884112868600621270078763367701114576955, 19756890296133318743365962162537257145612343071078668201479848363416263252859088735079245625303
Offset: 1

Views

Author

Artur Jasinski, Sep 28 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a = {}; k = N[1/Sqrt[19], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a (* Artur Jasinski *)

A144996 Denominators of an Egyptian fraction for 1/Sqrt[21] = 0.21821789...

Original entry on oeis.org

5, 55, 27723, 1084714750, 2579620657453546201, 120904392155429552198250382953194665437, 29567118984689950525496948880094499522270777838300280083816338513462653571335
Offset: 1

Views

Author

Artur Jasinski, Sep 28 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a = {}; k = N[1/Sqrt[21], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a (*Artur Jasinski*)

A144997 Denominators of an Egyptian fraction for 1/Sqrt[22] = 0.21320071635561...

Original entry on oeis.org

5, 76, 23353, 1760750176, 11091689481099523647, 624609172612912277752469960143750195996, 1154850060305896828989836424061308107033056930212520517493782451684269172225140
Offset: 1

Views

Author

Artur Jasinski, Sep 28 2008

Keywords

Crossrefs

Programs

  • Mathematica
    a = {}; k = N[1/Sqrt[22], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a (*Artur Jasinski*)
Previous Showing 11-20 of 25 results. Next