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!)
A360107 Numbers k such that sigma_2(Fibonacci(k)^2 + 1) == 0 (mod Fibonacci(k)). 1
1, 2, 3, 5, 7, 9, 11, 13, 15, 19, 21, 25, 27, 31, 41, 45, 49, 81, 85, 129, 133, 135, 139, 357, 361, 429, 431, 433, 435, 447, 451, 507, 511, 567, 569, 571, 573 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
7 is in the sequence because the divisors of Fibonacci(7)^2 + 1 = 13^2 + 1 = 170 are {1, 2, 5, 10, 17, 34, 85, 170}, and 1^2 + 2^2 + 5^2 + 10^2 + 17^2 + 34^2 + 85^2 + 170^2 = 37700 = 13*2900 == 0 (mod 13).
MATHEMATICA
Select[Range[140], Divisible[DivisorSigma[2, Fibonacci[#]^2+1], Fibonacci[#]]&]
PROG
(PARI) isok(k) = my(f=fibonacci(k)); sigma(f^2 + 1, 2) % f == 0; \\ Michel Marcus, Jan 26 2023
CROSSREFS
Sequence in context: A023543 A129895 A256212 * A096149 A033055 A287374
KEYWORD
nonn,more
AUTHOR
Michel Lagneau, Jan 26 2023
EXTENSIONS
a(24)-a(37) from Daniel Suteu, Jan 27 2023
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 August 17 12:21 EDT 2024. Contains 375210 sequences. (Running on oeis4.)