Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A137494
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A137494 Fibonacci numbers where no digit is a prime. +0
1
0, 1, 1, 8, 89, 144, 610, 4181, 10946, 196418 (list; graph; listen)
OFFSET

1,4

EXAMPLE

196418 is 27th Fibonacci number in which every digit is not a prime.

MAPLE

ap := proc(n) local i, j, st, st_mn, ans, stevec; ans := [ ]: for i from 0 to n do st := combinat[fibonacci](i): st_mn := convert(convert(st, base, 10), set): stevec := 0: for j from 1 to nops(st_mn) do if (member(op(j, st_mn), {0, 1, 4, 6, 8, 9}) = true) then stevec := stevec + 1: fi od; if (stevec = nops(st_mn)) then ans:=[ op(ans), st ]: fi od; RETURN(ans): end: ap(100000);

CROSSREFS

Cf. A000045, A136340.

Sequence in context: A137144 A107677 A084005 this_sequence A068498 A061000 A072352

Adjacent sequences: A137491 A137492 A137493 this_sequence A137495 A137496 A137497

KEYWORD

nonn,base

AUTHOR

Jani Melik (jani.melik(AT)gmail.com), Apr 22 2008

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 December 3 01:16 EST 2008. Contains 151161 sequences.


AT&T Labs Research