[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!)
Revision History for A042107 (Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A042107 Denominators of continued fraction convergents to sqrt(578).
(history; published version)
#17 by Charles R Greathouse IV at Thu Sep 08 08:44:55 EDT 2022
PROG

(MAGMAMagma) I:=[1, 24, 1153, 27696]; [n le 4 select I[n] else 1154*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Jan 14 2014

Discussion
Thu Sep 08 08:44
OEIS Server: https://oeis.org/edit/global/2944
#16 by Charles R Greathouse IV at Sat Jun 13 00:49:39 EDT 2015
LINKS

<a href="/index/Rec">Index to sequencesentries withfor linear recurrences with constant coefficients</a>, signature (0,1154,0,-1).

Discussion
Sat Jun 13 00:49
OEIS Server: https://oeis.org/edit/global/2439
#15 by Charles R Greathouse IV at Fri Jun 12 15:24:24 EDT 2015
LINKS

<a href="/index/Rea#recLCCRec">Index to sequences with linear recurrences with constant coefficients</a>, signature (0,1154,0,-1).

Discussion
Fri Jun 12 15:24
OEIS Server: https://oeis.org/edit/global/2436
#14 by Joerg Arndt at Tue Jan 14 09:57:31 EST 2014
STATUS

proposed

approved

#13 by Vincenzo Librandi at Tue Jan 14 08:38:43 EST 2014
STATUS

editing

proposed

#12 by Vincenzo Librandi at Tue Jan 14 08:38:38 EST 2014
LINKS

<a href="/index/Rea#recLCC">Index to sequences with linear recurrences with constant coefficients</a>, signature (0,1154,0,-1).

<a href="/index/Rea#recLCC">Index to sequences with linear recurrences with constant coefficients</a>, signature (0,1154,0,-1).

#11 by Vincenzo Librandi at Tue Jan 14 08:38:08 EST 2014
FORMULA

a(n) = 1154*a(n-2) - a(n-4) for n>3. - Vincenzo Librandi, Jan 14 2014

PROG

(MAGMA) I:=[1, 24, 1153, 27696]; [n le 4 select I[n] else 1154*Self(n-2)-Self(n-4): n in [1..30]]; // Vincenzo Librandi, Jan 14 2014

#10 by Vincenzo Librandi at Tue Jan 14 08:35:25 EST 2014
LINKS

Vincenzo Librandi, <a href="/A042107/b042107.txt">Table of n, a(n) for n = 0..200</a>

#9 by Vincenzo Librandi at Tue Jan 14 08:34:42 EST 2014
MATHEMATICA

Denominator[Convergents[Sqrt[578], 30]] (* Vincenzo Librandi, Jan 14 2014 *)

KEYWORD

nonn,cofr,frac,easy,less

STATUS

approved

editing

#8 by N. J. A. Sloane at Mon Dec 02 01:19:22 EST 2013
STATUS

proposed

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 August 30 15:13 EDT 2024. Contains 375545 sequences. (Running on oeis4.)