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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117661 Heptagonal numbers for which the product of the digits is also a heptagonal number. 0
0, 1, 7, 1782, 9211, 13213, 212722, 252333, 371911, 766459, 3829753, 5743366, 6534297, 6566671, 13336785, 15347493, 15973168, 17831596, 17965381, 19567813, 27335662, 33154947, 37494513, 47539261, 51817693, 78335613, 93657421 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

EXAMPLE

766459 is in the sequence because it is a heptagonal number and the product of its digits (45360) is also a heptagonal number

MAPLE

a:=proc(n) local hn, hnn: hn:=convert(n*(5*n-3)/2, base, 10): hnn:=product(hn[j], j=1..nops(hn)): if type((3+sqrt(9+40*hnn))/10, integer)=true then n*(5*n-3)/2 else fi end: seq(a(n), n=0..10000); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 16 2006

CROSSREFS

Cf. A000566.

Sequence in context: A203697 A001424 A055318 * A206459 A172937 A185407

Adjacent sequences:  A117658 A117659 A117660 * A117662 A117663 A117664

KEYWORD

nonn,base

AUTHOR

Luc Stevens (lms022(AT)yahoo.com), Apr 11 2006

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Apr 16 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 05:42 EST 2012. Contains 205694 sequences.