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!)
A117994 Heptagonal numbers with only even digits. 1
0, 286, 6426, 6682, 22420, 26884, 28462, 60606, 268468, 280060, 446688, 448804, 604422, 664866, 848848, 2226424, 2240602, 2828644, 2844622, 4268662, 6820282, 8424486, 22062646, 24066868, 26482680, 28404046, 28606648, 44662482, 46822468, 48042064, 60484024 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Select[Table[n*(5n-3)/2, {n, 0, 20000}], And@@EvenQ[IntegerDigits[#]]&] (* Harvey P. Dale, Jan 23 2012 *)
Select[PolygonalNumber[7, Range[0, 10000]], AllTrue[IntegerDigits[#], EvenQ]&] (* Harvey P. Dale, Jan 14 2024 *)
CROSSREFS
Sequence in context: A238251 A027798 A072817 * A221431 A306144 A130433
KEYWORD
base,nonn
AUTHOR
Luc Stevens (lms022(AT)yahoo.com), May 03 2006
EXTENSIONS
Corrected by Harvey P. Dale, Jan 23 2012
a(1)=0 inserted by Alois P. Heinz, Feb 28 2015
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 30 04:46 EDT 2024. Contains 372958 sequences. (Running on oeis4.)