The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A117052 Enneagonal numbers for which the product of the digits is also an enneagonal number. 1
0, 1, 9, 46, 111, 204, 750, 1089, 1350, 2301, 3075, 3504, 4200, 5500, 6069, 10071, 10450, 10836, 12036, 12450, 15081, 16014, 19500, 20026, 20559, 21099, 22200, 23904, 25075, 27501, 30039, 30691, 31350, 32016, 34056, 34750, 39061, 39804, 40554, 42075, 44409, 45201 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
46 is in the sequence because (1) it is an enneagonal number and (2) the product of its digits 4*6 = 24 is also an enneagonal number.
MATHEMATICA
pod[n_] := Times @@ IntegerDigits[n]; ennQ[n_] := n == 0 || IntegerQ[(Sqrt[56*n + 25] + 5)/14]; Select[Table[n*(7*n - 5)/2, {n, 0, 120}], ennQ[pod[#]] &] (* Amiram Eldar, Feb 06 2021 *)
CROSSREFS
Sequence in context: A230062 A224851 A042003 * A356424 A280852 A009294
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), Apr 15 2006
EXTENSIONS
Offset corrected by Amiram Eldar, Feb 06 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 29 00:29 EDT 2024. Contains 372921 sequences. (Running on oeis4.)