A331870 Even numbers n which divide the sum of the Fibonacci numbers F(1) + ... + F(n) but are not a multiple of 24.
2, 758642, 7057466, 10805846, 50860946, 59677526, 61800878, 155045678, 178551374, 217281146, 343943882, 359455694, 432175586, 609069506, 1449599486, 1721358698, 1829675354, 1884592706, 2013264194, 2116706282, 2680549946, 2971193186, 3084402122, 3252387386, 3454785386
Offset: 1
Keywords
Links
- Giovanni Resta, Table of n, a(n) for n = 1..80
Crossrefs
Programs
-
PARI
M=[1,1;1,0]; forstep(n=2,oo,12,n%24&&(Mod(M,n)^(n+1))[1,1]==1&& print1(n",")) \\ Custom implementation of is_A111035(), check for updates there.
Formula
a(n) == 2 (mod 12) for all n.
Extensions
Terms a(15) and beyond from Giovanni Resta, Mar 02 2020
Comments