A128289 Composite terms in A128288(n) = A023163(n)/3 for n>1.
1853, 9701, 10877, 17261, 23323, 27403, 75077, 80189, 113573, 120581, 161027, 162133, 163059, 196877, 213749, 291941, 361397, 400987, 427549, 482677, 635627, 667589, 941291, 1030373, 1033997, 1140701, 1196061, 1256293, 1751747, 1816363, 1842581, 2288453, 2662277
Offset: 1
Keywords
Examples
a(1) = A128288(74) = 1853 = 17*109. a(2) = 9701 = 89*109. a(3) = 10877 = 73*149. a(4) = 17261 = 41*421. a(5) = 23323 = 83*281.
Links
- Giovanni Resta, Table of n, a(n) for n = 1..1000
Crossrefs
Programs
-
Mathematica
Do[ f = Mod[ Fibonacci[3n], 3n ]; If[ !PrimeQ[n] && f == 3n-2, Print[ {n, FactorInteger[n]} ]], {n,1,25000} ]
Extensions
Two more terms from R. J. Mathar, Oct 08 2007
a(9)-a(33) from Amiram Eldar, Apr 07 2019
Comments