Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: "egyptian fraction for"
Displaying 1-10 of 50 results found. page 1 2 3 4 5
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A001466 Denominator of Egyptian fraction for pi - 3.
(Formerly M4553 N1935)
+20
29
8, 61, 5020, 128541455, 162924332716605980, 28783052231699298507846309644849796, 871295615653899563300996782209332544845605756266650946342214549769447 (list; graph; listen)
OFFSET

1,1

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

H. E. Salzer, The approximation of numbers as sums of reciprocals, Amer. Math. Monthly, 54 (1947), 135-142.

J. W. Wrench, Jr., personal communication.

LINKS

S. Plouffe, Table of n, a(n) for n = 1..11 [There is a limit of about 1000 digits on the size of numbers in b-files]

Index entries for sequences related to the number Pi

S. Plouffe, Table of n, a(n) for n = 1..14

Eric Weisstein's World of Mathematics, Egyptian Fraction

MATHEMATICA

lst={}; k=N[(Pi-3), 1000]; Do[s=Ceiling[1/k]; AppendTo[lst, s]; k=k-1/s, {n, 12}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 02 2009]

CROSSREFS

Sequence in context: A071401 A081907 A080525 this_sequence A082179 A044527 A056054

Adjacent sequences: A001463 A001464 A001465 this_sequence A001467 A001468 A001469

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

A006487 Egyptian fraction for square root of 2.
(Formerly M2962)
+20
26
1, 3, 13, 253, 218201, 61323543802, 5704059172637470075854, 178059816815203395552917056787722451335939040 (list; graph; listen)
OFFSET

0,2

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

Index entries for sequences related to Egyptian fractions

Eric Weisstein's World of Mathematics, Egyptian Fraction

MATHEMATICA

lst={}; k=N[Sqrt[2], 1000]; Do[s=Ceiling[1/k]; AppendTo[lst, s]; k=k-1/s, {n, 12}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 02 2009]

CROSSREFS

Sequence in context: A036680 A111431 A015701 this_sequence A042823 A132560 A128385

Adjacent sequences: A006484 A006485 A006486 this_sequence A006488 A006489 A006490

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Simon Plouffe (simon.plouffe(AT)gmail.com)

A006525 Denominator of Egyptian fraction for e-2.
(Formerly M1553)
+20
26
2, 5, 55, 9999, 3620211523, 25838201785967533906, 3408847366605453091140558218322023440765 (list; graph; listen)
OFFSET

0,1

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

Eric Weisstein's World of Mathematics, Egyptian Fraction

Index entries for sequences related to Egyptian fractions

MATHEMATICA

lst={}; k=N[E-2, 1000]; Do[s=Ceiling[1/k]; AppendTo[lst, s]; k=k-1/s, {n, 12}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 02 2009]

CROSSREFS

Sequence in context: A114029 A013171 A073422 this_sequence A042161 A101151 A138788

Adjacent sequences: A006522 A006523 A006524 this_sequence A006526 A006527 A006528

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from H. P. Robinson.

A006524 Egyptian fraction for 1/ Pi.
(Formerly M3509)
+20
25
4, 15, 609, 845029, 1010073215739, 1300459886313272270974271, 1939680952094609786557359582286462958434022504402 (list; graph; listen)
OFFSET

0,1

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

Index entries for sequences related to the number Pi

Index entries for sequences related to Egyptian fractions

Eric Weisstein's World of Mathematics, Egyptian Fraction

MATHEMATICA

a = {}; k = N[1/Pi, 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a [From Artur Jasinski (grafix(AT)csl.pl), Sep 22 2008]

CROSSREFS

Sequence in context: A048731 A000881 A109923 this_sequence A070037 A153064 A061849

Adjacent sequences: A006521 A006522 A006523 this_sequence A006525 A006526 A006527

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Robert G. Wilson v (rgwv(AT)rgwv.com)

EXTENSIONS

More terms from H. P. Robinson.

A006526 Egyptian fraction for 1/e.
(Formerly M3122)
+20
25
3, 29, 15786, 513429610, 339840390654894740, 383515880462620946584018566350380249, 226890280396768133952782550246970728734549546771915172071782710229538300 (list; graph; listen)
OFFSET

0,1

REFERENCES

N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

LINKS

Eric Weisstein's World of Mathematics, Egyptian Fraction

Index entries for sequences related to Egyptian fractions

MATHEMATICA

a = {}; k = N[1/E, 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a [From Artur Jasinski (grafix(AT)csl.pl), Sep 22 2008]

CROSSREFS

Sequence in context: A162085 A003190 A133663 this_sequence A139517 A156026 A112981

Adjacent sequences: A006523 A006524 A006525 this_sequence A006527 A006528 A006529

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Simon Plouffe (simon.plouffe(AT)gmail.com)

A069139 Egyptian fraction for square root of 1/2. +20
25
2, 5, 141, 68575, 32089377154, 1644444237306316731482, 65593236350142721999718859354569312622907814, 55836140966941396682452590821074724094286247680248793718758259857815239633935672\ 711970868 (list; graph; listen)
OFFSET

0,1

LINKS

Index entries for sequences related to Egyptian fractions

Eric Weisstein's World of Mathematics, Egyptian Fraction

FORMULA

a(n) =ceiling[1/sqrt(2)-Sum_i{i<n}1/a(i)]

EXAMPLE

a(3)=68575 since sqrt(1/2)=0.707106781186..., 1/2+1/5+1/141+1/68574=0.707106781368... (which is too much) and 1/2+1/5+1/141+1/68575=0.707106781155... (which is not too much).

MATHEMATICA

a = {}; k = N[1/Sqrt[2], 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a [From Artur Jasinski (grafix(AT)csl.pl), Sep 22 2008]

CROSSREFS

Cf. A006487.

Sequence in context: A088271 A145620 A130412 this_sequence A155762 A062611 A041505

Adjacent sequences: A069136 A069137 A069138 this_sequence A069140 A069141 A069142

KEYWORD

nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Apr 08 2002

A110820 Denominator of Egyptian fraction for Euler's constant (or Euler-Mascheroni constant) gamma. +20
25
2, 13, 3418, 52016149, 153922786652714666 (list; graph; listen)
OFFSET

1,1

LINKS

Eric Weisstein's World of Mathematics, Egyptian Fraction

EXAMPLE

a(3)=ceil[1/(0.5772156649...-1/2-1/13)]=3418.

MATHEMATICA

a = {}; k = N[EulerGamma, 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a [From Artur Jasinski (grafix(AT)csl.pl), Sep 22 2008]

CROSSREFS

Sequence in context: A158026 A103641 A144983 this_sequence A139519 A111016 A118912

Adjacent sequences: A110817 A110818 A110819 this_sequence A110821 A110822 A110823

KEYWORD

nonn,frac

AUTHOR

Franz Vrabec (franz.vrabec(AT)aon.at), Sep 16 2005

A117116 Denominators of an Egyptian Fraction for phi = (1+sqrt(5))/2. +20
25
1, 2, 9, 145, 37986, 2345721887, 26943815937041299094, 811625643619814151937413504618770581764, 697120590223140234675813998970770820981012350673738243594006422610850113672220 (list; graph; listen)
OFFSET

0,2

COMMENT

For each term, the largest possible unit fraction is used.

LINKS

Eric Weisstein's World of Mathematics, Egyptian Fraction

D. Eppstein, Algorithms for Egyptian Fractions

EXAMPLE

a(4)=145 because 1/145 is the largest unit fraction less than phi-1/1-1/2-1/9.

MATHEMATICA

a = {1}; k = N[(Sqrt[5] - 1)/2, 1000]; Do[s = Ceiling[1/k]; AppendTo[a, s]; k = k - 1/s, {n, 1, 10}]; a [From Artur Jasinski (grafix(AT)csl.pl), Sep 22 2008]

CROSSREFS

Cf. A001622.

Sequence in context: A110817 A110860 A050995 this_sequence A133468 A081459 A038843

Adjacent sequences: A117113 A117114 A117115 this_sequence A117117 A117118 A117119

KEYWORD

nonn

AUTHOR

Paolo P. Lava & Giorgio Balzarotti (ppl(AT)spl.at), Apr 19 2006

EXTENSIONS

Edited by Don Reble (djr(AT)nk.ca), Apr 21 2006

A069261 Denominators of the Egyptian fraction for Feigenbaum's constant, 4.6692... +20
24
2, 6, 395, 303319, 131209492876, 45596605913248081159007, 34243827483200809826686815883136413405197711755 (list; graph; listen)
OFFSET

0,1

COMMENT

The next term in the series, a(7), is ~10^95.

CROSSREFS

Sequence in context: A028337 A135014 A092024 this_sequence A053608 A123261 A124061

Adjacent sequences: A069258 A069259 A069260 this_sequence A069262 A069263 A069264

KEYWORD

easy,frac,nonn

AUTHOR

Christopher Lund (clund(AT)san.rr.com), Apr 14 2002

A144835 Denominators of an Egyptian fraction for 1/zeta_2 = 1/1.644934067... = 0.607927101854... +20
24
2, 10, 127, 18838, 522338493, 727608914652776081, 990935377560451600699026552443764271, 1223212384013602554473872691328685513734082755736750146553750539914774364 (list; graph; listen)
OFFSET

1,1

COMMENT

1/zeta_2 = 1/1.644934067... = 0.607927101854...=1/2+1/10+1/127+1/18838+...+a[n] n->Infinity

MATHEMATICA

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

CROSSREFS

A001466, A006487, A006524, A006525, A006526, A069139, A110820, A117116, A118323, A118324, A118325,

Sequence in context: A013038 A005321 A092645 this_sequence A119191 A125993 A011805

Adjacent sequences: A144832 A144833 A144834 this_sequence A144836 A144837 A144838

KEYWORD

frac,nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Sep 22 2008

page 1 2 3 4 5

Search completed in 0.012 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified February 9 11:24 EST 2010. Contains 172296 sequences.


AT&T Labs Research