Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A111075
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A111075 F(n) * sum{k|n} 1/F(k), where F(k) is the k-th Fibonacci number. +0
2
1, 2, 3, 7, 6, 21, 14, 50, 52, 122, 90, 427, 234, 784, 1038, 2351, 1598, 6860, 4182, 17262, 17262, 35622, 28658, 139703, 90031, 243308, 300405, 766850, 514230, 2367006, 1346270, 5188658, 5326470, 11409346, 11782764, 44717548, 24157818 (list; graph; listen)
OFFSET

1,2

COMMENT

a(n) = a(n+1) for n = 20, but for no other n < 25000. - Klaus Brockhaus

If k|n then F(k)|F(n). Therefore A111075(n) = F(n) * sum{k|n} 1/F(k) = sum{k|n} F(n)/F(k) is a sum of integers. - Max Alekseyev (maxale(AT)gmail.com), Oct 22 2005

LINKS

Leroy Quet, Home Page (listed in lieu of email address)

EXAMPLE

a(6) = F(6) sum{k|6} 1/F(k) = F(6) * (1/F(1) + 1/F(2) + 1/F(3) + 1/F(6)) = 8 * (1/1 + 1/1 + 1/2 + 1/8) = 21.

MAPLE

with(combinat): with(numtheory): a:=proc(n) local div: div:=divisors(n): fibonacci(n)*sum(1/fibonacci(div[j]), j=1..tau(n)) end: seq(a(n), n=1..40); (Deutsch)

MATHEMATICA

f[n_] := Fibonacci[n]*Plus @@ (1/Fibonacci /@ Divisors[n]); Table[ f[n], {n, 37}] (* Robert G. Wilson v *)

PROGRAM

(PARI) {for(n=1, 37, d=divisors(n); print1(fibonacci(n)*sum(j=1, length(d), 1/fibonacci(d[j])), ", "))}

CROSSREFS

Cf. A000045, A111159.

Sequence in context: A098285 A019585 A070964 this_sequence A011372 A104955 A011161

Adjacent sequences: A111072 A111073 A111074 this_sequence A111076 A111077 A111078

KEYWORD

nonn

AUTHOR

Leroy Quet Oct 10 2005

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(at)rgwv.com), Emeric Deutsch (deutsch(AT)duke.poly.edu), Paul D. Hanna (pauldhanna(AT)juno.com) and Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Oct 11 2005

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research