Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117774
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A117774 Fibonacci numbers which are divisible by the sum of their digits. +0
1
1, 2, 3, 5, 8, 21, 144, 2584, 14930352, 86267571272, 498454011879264, 160500643816367088, 114059301025943970552219, 5358359254990966640871840, 555565404224292694404015791808, 1226132595394188293000174702095995 (list; graph; listen)
OFFSET

1,2

EXAMPLE

2584 is in the sequence because (1) it is a Fibonacci number, (2) the sum of its digits is 2+5+8+4=19 and 2584 is divisible by 19.

MAPLE

with(combinat): a:=proc(n) local ff, sod: ff:=convert(fibonacci(n), base, 10): sod:=add(ff[j], j=1..nops(ff)): if type(fibonacci(n)/sod, integer)=true then fibonacci(n) else fi end: seq(a(n), n=2..180); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 16 2006

PROGRAM

(PARI) {m=170; for(n=2, m, a=fibonacci(n); s=0; k=a; while(k>0, d=divrem(k, 10); k=d[1]; s=s+d[2]); if(a%s==0, print1(a, ", ")))} - (Klaus Brockhaus)

CROSSREFS

Cf. A000045.

Adjacent sequences: A117771 A117772 A117773 this_sequence A117775 A117776 A117777

Sequence in context: A002363 A041457 A143873 this_sequence A053056 A041157 A042785

KEYWORD

base,nonn

AUTHOR

Luc Stevens (lms022(AT)yahoo.com), Apr 15 2006

EXTENSIONS

a(11) to a(16) from Emeric Deutsch (deutsch(AT)duke.poly.edu) and Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Apr 16 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 13 17:46 EDT 2008. Contains 145008 sequences.


AT&T Labs Research