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!)
A356422 Heptagonal numbers (or 7-gonal numbers, i.e., numbers of the form k*(5*k - 3)/2) which are products of three distinct primes (or sphenic numbers). 1
286, 874, 970, 1918, 3367, 3553, 4558, 6682, 8323, 8614, 11122, 11458, 12145, 14707, 16687, 17098, 17935, 18361, 19669, 21022, 27931, 30085, 33466, 38254, 42055, 42706, 44023, 44689, 46717, 48094, 50197, 55279, 61387, 64561, 73702, 79834, 81631, 82537, 85285, 88078, 89965, 92833, 101707, 105781, 108889 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A squarefree subsequence of heptagonal numbers.
LINKS
EXAMPLE
286 = 2*11*13 = 11(5*11-3)/2.
1918 = 2*7*137 = 28(5*28-3)/2.
8323 = 7*29*41 = 58(5*58-3)/2.
42055 = 5*13*647 = 130(5*130-3)/2.
MATHEMATICA
Select[Table[n*(5*n - 3)/2, {n, 1, 210}], FactorInteger[#][[;; , 2]] == {1, 1, 1} &] (* Amiram Eldar, Aug 07 2022 *)
Select[PolygonalNumber[7, Range[250]], PrimeNu[#]==PrimeOmega[#]==3&] (* Harvey P. Dale, Feb 06 2023 *)
CROSSREFS
Intersection of A000566 and A007304.
Sequence in context: A025384 A256000 A253329 * A329392 A253322 A241616
KEYWORD
nonn
AUTHOR
Massimo Kofler, Aug 07 2022
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 June 12 04:26 EDT 2024. Contains 373321 sequences. (Running on oeis4.)