Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117996
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A117996 Padovan numbers with only odd digits. +0
1
1, 3, 5, 7, 9, 37, 151, 351, 7739, 17991 (list; graph; listen)
OFFSET

1,2

COMMENT

Checked to a(10^5) which is a 12212 digit number and found no other terms. The even digited Padovan numbers are even fewer: 0, 2, 4, 28, 86 & 200. Probably both sequences are finite. - Robert G. Wilson v May 04 2006.

MATHEMATICA

a[0] = 1; a[1] = a[2] = 0; a[n_] := a[n] = a[n - 2] + a[n - 3]; lst = {}; Do[ If[ Union@ Join[{1, 3, 5, 7, 9}, IntegerDigits@a[n]] == {1, 3, 5, 7, 9}, Print@a[n]; AppendTo[lst, a[n]]], {n, 10^6}]; Union@lst (from Robert G. Wilson v (rgwv(at)rgwv.com), May 04 2006)

CROSSREFS

Cf. A000931.

Sequence in context: A119252 A081434 A007632 this_sequence A092046 A085951 A132286

Adjacent sequences: A117993 A117994 A117995 this_sequence A117997 A117998 A117999

KEYWORD

base,more,nonn

AUTHOR

Luc Stevens (lms022(AT)yahoo.com), May 03 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 July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research