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!)
A235702 Fixed points of A001175 (Pisano periods). 4

%I #19 Feb 13 2022 09:26:15

%S 1,24,120,600,3000,15000,75000,375000,1875000,9375000,46875000,

%T 234375000,1171875000,5859375000,29296875000,146484375000,

%U 732421875000,3662109375000,18310546875000,91552734375000,457763671875000,2288818359375000,11444091796875000

%N Fixed points of A001175 (Pisano periods).

%H Michael De Vlieger, <a href="/A235702/b235702.txt">Table of n, a(n) for n = 1..1430</a>

%H J. D. Fulton and W. L. Morris, <a href="http://matwbn.icm.edu.pl/ksiazki/aa/aa16/aa1621.pdf">On arithmetical functions related to the Fibonacci numbers</a>, Acta Arithmetica, 16 (1969), 105-110.

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Pisano_period">Pisano period</a>

%H <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (5).

%F A001175(a(n)) = a(n); A001178(a(n)) = 0.

%F From _Colin Barker_, Jan 16 2014: (Start)

%F a(n) = 24*5^(n-2) for n > 1.

%F a(n) = 5*a(n-1) for n > 2.

%F G.f.: -x*(19*x+1) / (5*x-1). (End)

%t LinearRecurrence[{5},{1,24},30] (* or *) Join[{1},NestList[5#&,24,30]] (* _Harvey P. Dale_, May 07 2017 *)

%o (Haskell)

%o a235702 n = if n == 1 then 1 else 24 * 5 ^ (n - 2)

%o a235702_list = 1 : iterate (* 5) 24

%o (PARI)

%o Vec(-x*(19*x+1)/(5*x-1) + O(x^100)) \\ _Colin Barker_, Jan 16 2014

%Y Cf. A001175, A001178, A008606, A000351.

%K nonn,easy

%O 1,2

%A _Reinhard Zumkeller_, Jan 15 2014

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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)