login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131296 a(n)=ds_5(a(n-1))+ds_5(a(n-2)), a(0)=0, a(1)=1; where ds_5=digital sum base 5. 12
0, 1, 1, 2, 3, 5, 4, 5, 5, 2, 3, 5, 4, 5, 5, 2, 3, 5, 4, 5, 5, 2, 3, 5, 4, 5, 5, 2, 3, 5, 4, 5, 5, 2, 3, 5, 4, 5, 5, 2, 3, 5, 4, 5, 5, 2, 3, 5, 4, 5, 5, 2, 3, 5, 4, 5, 5, 2, 3, 5, 4, 5, 5, 2, 3, 5, 4, 5, 5, 2, 3, 5, 4, 5, 5, 2, 3, 5, 4, 5, 5, 2, 3, 5, 4, 5, 5, 2, 3, 5, 4, 5, 5, 2, 3, 5, 4, 5, 5, 2, 3 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

COMMENTS

The digital sum analogue (in base 5) of the Fibonacci recurrence.

When starting from index n=3, periodic with Pisano period A001175(4)=6.

a(n) and Fib(n)=A000045(n) are congruent modulo 4 which implies that (a(n) mod 4) is equal to (Fib(n) mod 4)=A079343(n). Thus (a(n) mod 4) is periodic with the Pisano period A001175(4)=6 too.

Also, a(n)==A004090(n) modulo 4 (A004090(n)=digital sum of Fib(n)).

For general bases p>2, the inequality 2<=a(n)<=2p-3 holds for n>2. Actually, a(n)<=5=A131319(5) for the base p=5.

FORMULA

a(n)=a(n-1)+a(n-2)-4*(floor(a(n-1)/5)+floor(a(n-2)/5)).

a(n)=floor(a(n-1)/5)+floor(a(n-2)/5)+(a(n-1)mod 5)+(a(n-2)mod 5).

a(n)=A002266(a(n-1))+A002266(a(n-2))+A010874(a(n-1))+A010874(a(n-2)).

a(n)=Fib(n)-4*sum{1<k<n, Fib(n-k+1)*floor(a(k)/5)}, where Fib(n)=A000045(n).

EXAMPLE

a(10)=3, since a(8)=5=10(base 5), ds_5(5)=1,

a(9)=2, ds_5(2)=2 and so a(10)=1+2.

CROSSREFS

Cf. A000045, A010073, A010074, A010075, A010076, A010077, A131294, A131295, A131297, A131318, A131319, A131320.

Sequence in context: A023818 A102149 A104204 * A151679 A077664 A179475

Adjacent sequences:  A131293 A131294 A131295 * A131297 A131298 A131299

KEYWORD

nonn,base

AUTHOR

Hieronymus Fischer (Hieronymus.Fischer(AT)gmx.de), Jun 27 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 11:25 EST 2012. Contains 205777 sequences.