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!)
A117985 Pentagonal numbers with only odd digits. 2
1, 5, 35, 51, 117, 715, 1335, 1717, 3151, 3577, 5551, 5735, 7315, 7957, 15555, 55777, 71177, 73151, 99717, 135751, 171197, 319935, 331115, 335357, 371757, 377755, 711737, 755795, 935755, 1111551, 1517551, 1553977, 1739355, 1911397, 1993537, 3131315, 3311551 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Table[n*(3*n - 1)/2, {n, 0, 3000}], AllTrue[IntegerDigits[#], OddQ] &] (* Amiram Eldar, Feb 06 2021 *)
Select[PolygonalNumber[5, Range[1500]], AllTrue[IntegerDigits[#], OddQ]&] (* Harvey P. Dale, Oct 17 2021 *)
CROSSREFS
Intersection of A000326 and A014261.
Cf. A117990.
Sequence in context: A128044 A299529 A014632 * A371561 A115707 A117793
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 03 2006
EXTENSIONS
Missing terms inserted 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 April 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)