Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113196
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113196 a(n) = F(n)/product{p=primes} F(p^(m_{n,p})), where p^(m_{n,p}) is highest power of p dividing n, m= nonnegative integer and F(k) is the k-th Fibonacci number. +0
2
1, 1, 1, 1, 1, 4, 1, 1, 1, 11, 1, 24, 1, 29, 61, 1, 1, 76, 1, 451, 421, 199, 1, 1104, 1, 521, 1, 8149, 1, 83204, 1, 1, 19801, 3571, 141961, 146376, 1, 9349, 135721, 974611, 1, 10304396, 1, 2626999, 6675901, 64079, 1, 2435424, 1, 167761, 6376021, 47140601, 1 (list; graph; listen)
OFFSET

1,6

COMMENT

Every term of sequence is an integer.

LINKS

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

FORMULA

F(n)/A113195(n)

EXAMPLE

12 = 2^2 * 3^1, so a(12) = F(12)/ (F(2^2) * F(3^1)) = 144/(3*2) = 24.

MATHEMATICA

b[t_]:=Fibonacci[First[t]^Last[t]] a[n_]:=Fibonacci[n]/Apply[Times, Map[b, FactorInteger[n]]] (Peuha)

PROGRAM

(PARI) { for(n=1, 100, f=factor(n); p=1; \ for(i=1, matsize(f)[1], p*=fibonacci(f[i, 1]^f[i, 2])); \ print1(fibonacci(n)/p, ", ")) } (Klasen)

CROSSREFS

Cf. A113195.

Sequence in context: A112538 A008477 A127707 this_sequence A037291 A063851 A124777

Adjacent sequences: A113193 A113194 A113195 this_sequence A113197 A113198 A113199

KEYWORD

nonn

AUTHOR

Leroy Quet Oct 17 2005

EXTENSIONS

More terms from Esa Peuha (esa.peuha(AT)helsinki.fi) and Lambert Klasen (lambert.klasen(AT)gmx.net), Oct 26 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 27 14:50 EST 2009. Contains 167570 sequences.


AT&T Labs Research