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!)
A364610 Centered pentagonal numbers which are products of three distinct primes (or sphenic numbers). 0
1266, 1626, 2806, 3706, 4731, 6126, 7426, 7701, 9766, 10726, 13506, 15801, 18706, 19581, 25251, 26266, 26781, 31641, 35106, 36906, 40006, 50766, 52926, 56626, 57381, 62806, 69306, 71826, 74391, 76126, 85101, 90726, 93606, 95551, 96531, 99501, 106606, 108681, 109726, 117181, 121551, 123766 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
A005891(22) = 1266 = (5*22^2 + 5*22 + 2)/2 = 2 * 3 * 211.
A005891(25) = 1626 = (5*25^2 + 5*25 + 2)/2 = 2 * 3 * 271.
A005891(33) = 2806 = (5*33^2 + 5*33 + 2)/2 = 2 * 23 * 61.
MATHEMATICA
Select[Table[5*n*(n + 1)/2 + 1, {n, 0, 225}], FactorInteger[#][[;; , 2]] == {1, 1, 1} &] (* Amiram Eldar, Sep 07 2023 *)
CROSSREFS
Intersection of A005891 and A007304.
Sequence in context: A233887 A234147 A252562 * A038652 A204720 A204959
KEYWORD
nonn
AUTHOR
Massimo Kofler, Sep 07 2023
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 July 18 18:59 EDT 2024. Contains 374388 sequences. (Running on oeis4.)