login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131973 Period 8: repeat 121, 242, 363, 484, 605, 726, 847, 968. 0
121, 242, 363, 484, 605, 726, 847, 968, 121, 242, 363, 484, 605, 726, 847, 968, 121, 242, 363, 484, 605, 726, 847, 968, 121, 242, 363, 484, 605, 726, 847, 968, 121, 242, 363, 484, 605, 726, 847, 968, 121, 242, 363, 484, 605, 726, 847, 968 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Terms of the simple continued fraction of 3954651264456094/[sqrt(3663663534134476144562369346293201910) - 1914037205521730080]. - Paolo P. Lava, Aug 06 2009
LINKS
FORMULA
a(n) = (1/28)*{3509*(n mod 8) + 121*[(n+1) mod 8] + 121*[(n+2) mod 8] + 121*[(n+3) mod 8] + 121*[(n+4) mod 8] + 121*[(n+5) mod 8] + 121*[(n+6) mod 8] + 121*[(n+7) mod 8]}, with n >= 0. - Paolo P. Lava, Oct 08 2007
a(n) = 121((n mod 8) + 1). - Alonso del Arte, May 24 2015
G.f.: (968*x^7 + 847*x^6 + 726*x^5 + 605*x^4 + 484*x^3 + 363*x^2 + 242*x + 121)/(1 - x^8). - Chai Wah Wu, Jul 17 2016
MATHEMATICA
PadRight[{}, 80, 121Range[8]] (* Harvey P. Dale, Jul 25 2013, with a slight modification from Alonso del Arte, May 24 2015 *)
121(Mod[Range[0, 47], 8] + 1) (* Alonso del Arte, May 24 2015 *)
CROSSREFS
Sequence in context: A261618 A084998 A082944 * A045571 A088285 A218172
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Oct 06 2007
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 December 6 19:52 EST 2023. Contains 367614 sequences. (Running on oeis4.)