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!)
A348640 Denominators of the remainders in the greedy Egyptian fraction representation of 1 with square denominators (A348626). 1
1, 4, 2, 4, 36, 36, 1764, 2352, 115248, 416333400, 107225418169800, 562904175532925098845000, 1857180475556752726157213892231405000, 424594887903818740281781489141947299544299873193026842805000, 27616236678198713245845367246922973802897093015095664467139174240964043973815461112656369429045000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) divides LCM( A348626(1), ..., A348626(n) )^2.
LINKS
FORMULA
a(n) = denominator of 1 - Sum_{k=1..n} 1/A348626(k)^2.
PROG
(PARI) s=1; for(n=1, 20, print1(denominator(s), ", "); t=sqrtint(floor(1/s))+1; s-=1/t^2);
CROSSREFS
Cf. A000058, A348626, A348641 (numerators).
Sequence in context: A168613 A248251 A139809 * A094099 A107046 A267184
KEYWORD
nonn,frac
AUTHOR
Max Alekseyev, Oct 26 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 April 25 09:24 EDT 2024. Contains 371967 sequences. (Running on oeis4.)