Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A038526
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A038526 Concatenation of prime factors of n-th Fibonacci number. +0
2
2, 3, 5, 222, 13, 37, 217, 511, 89, 222233, 233, 1329, 2561, 3747, 1597, 2221719, 37113, 351141, 213421, 89199, 28657, 2222233723, 553001, 233521, 21753109, 31329281, 514229, 2225113161, 5572417, 37472207, 28919801, 15973571 (list; graph; listen)
OFFSET

3,1

FORMULA

a(n)=A037276(A000045(n)). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 12 2007

MAPLE

A055642 := proc(n) if n =0 then 1 ; else ilog10(n)+1 ; fi ; end: catDigs := proc(L) local a, k, i ; a := 0 ; for i from 1 to nops(L) do a := a*10^A055642(L[i])+L[i] ; od ; end: A037276 := proc(n) local L, i, ifs, j ; if n = 1 then 0 else ifs := ifactors(n)[2] ; L := [] ; for i in ifs do for j from 1 to op(2, i) do L := [op(L), op(1, i)] ; od: od: catDigs(L) ; fi ; end: A038526 := proc(n) A037276(combinat[fibonacci](n)) ; end: seq(A038526(n), n=3..20) ; - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 12 2007

CROSSREFS

Sequence in context: A041655 A082520 A062597 this_sequence A082755 A042067 A042579

Adjacent sequences: A038523 A038524 A038525 this_sequence A038527 A038528 A038529

KEYWORD

nonn

AUTHOR

Jeff Burch (gburch(AT)erols.com)

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 21 14:49 EST 2008. Contains 150807 sequences.


AT&T Labs Research