OFFSET
1,1
COMMENTS
a(20) has 64 digits and it is too large to include in the data section. - Amiram Eldar, Feb 08 2021
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..35
FORMULA
EXAMPLE
963935 is in the sequence because it is a Perrin number and it is divisible by the sum of the digits, 9+6+3+9+3+5 = 35.
MATHEMATICA
Union @ Select[LinearRecurrence[{0, 1, 1}, {2, 3, 2}, 500], Divisible[#, Plus @@ IntegerDigits[#]] &] (* Amiram Eldar, Feb 08 2021 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 03 2006
EXTENSIONS
More terms from R. J. Mathar, Jun 02 2006
STATUS
approved