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!)
A276811 a(n) = sigma(Fibonacci(k))/Fibonacci(n) where k is the least number such that Fibonacci(n) divides sigma(Fibonacci(k)), or -1 if no such k exists. 0
1, 1, 2, 1, 3, 4, 31, 20, 47, 5832, 322, 84, 4576568315415066934826490, 324, 843, 480, 3769607182320, 2209, 707932145558030519866865515025923563263974776037874477588352, 69670959389872974262939756520, 39603 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Least k such that Fibonacci(n) divides sigma(Fibonacci(k)) are 1, 1, 4, 3, 6, 8, 12, 14, 17, 27, 23, 20, 131, 26, 29, 28, 77, 34, 305, 158, 43, ...
LINKS
EXAMPLE
a(7) = 31 because least k such that Fibonacci(7) divides sigma(Fibonacci(k)) is 12 and sigma(Fibonacci(12))/Fibonacci(7) = 31.
MATHEMATICA
f[n_] := Block[{k = 1, fn = Fibonacci@ n}, While[ds = DivisorSigma[1, Fibonacci[k]]; Mod[ds, fn] > 0, k++]; ds/fn]; Array[f, 21] (* Robert G. Wilson v, Nov 06 2016 *)
CROSSREFS
Sequence in context: A099866 A365228 A370550 * A317750 A188732 A085189
KEYWORD
nonn
AUTHOR
Altug Alkan, Nov 05 2016
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 19 09:23 EDT 2024. Contains 371782 sequences. (Running on oeis4.)