login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A097371 Numbers n such that n=(d_1+5)(d_2+5)*...*(d_k+5) where d_1 d_2 ... d_k is the decimal expansion of n. 5
50, 210, 450, 780, 1500, 3920, 16500, 91728, 269500, 493920, 1293600, 266378112, 317447424, 1277337600, 14948388000, 48697248600, 379748636467200 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

All terms are even.

EXAMPLE

317447424 is in the sequence because 317447424=(3+5)(1+5)(7+5)(4+5)(4+5)(7+5)(4+5)(2+5)(4+5).

MATHEMATICA

Do[h=IntegerDigits[n]; l=Length[h]; If[n==Product[h[[k]]+5, {k, l}], Print[n]], {n, 800000000}]

CROSSREFS

Cf. A097372, A098681.

Sequence in context: A031692 A173141 A115592 * A179755 A186843 A197971

Adjacent sequences:  A097368 A097369 A097370 * A097372 A097373 A097374

KEYWORD

base,nonn

AUTHOR

Farideh Firoozbakht (mymontain(AT)yahoo.com), Sep 20 2004

EXTENSIONS

4 more terms from Giovanni Resta (g.resta(AT)iit.cnr.it), Jan 13 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 15:20 EST 2012. Contains 205823 sequences.