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!)
A284742 Centered Platonic numbers. 0

%I #7 Apr 02 2017 12:35:48

%S 1,5,7,9,13,15,25,33,35,55,63,69,91,121,129,147,155,189,195,231,295,

%T 309,341,377,425,427,559,561,575,589,791,833,855,909,923,1035,1159,

%U 1241,1325,1415,1561,1661,1665,1729,2047,2057,2059,2331,2511,2625,2743,2869,3025,3059,3303,3605,3871,3925,4089,4215,4255

%N Centered Platonic numbers.

%C Union of centered tetrahedral numbers (A005894), centered octahedral numbers (A001845), centered cube numbers (A005898), centered icosahedral numbers (A005902) and centered dodecahedral numbers (A005904).

%H OEIS Wiki, <a href="/wiki/Centered_Platonic_numbers">Centered Platonic numbers</a> [Unapproved page]

%t nn = 18; t1 = Table[(2 n + 1) (n^2 + n + 3)/3, {n, 0, nn}]; t2 = Table[(2 n + 1) (2 n^2 + 2 n + 3)/3, {n, 0, nn}]; t3 = Table[n^3 + (n + 1)^3, {n, 0, nn}]; t4 = Table[(2 n + 1) (5 n^2 + 5 n + 3)/3, {n, 0, nn}]; t5 = Table[(2 n + 1) (5 n^2 + 5 n + 1), {n, 0, nn}]; Select[Union[t1, t2, t3, t4, t5], # <= t1[[-1]] &]

%Y Cf. A001845, A005894, A005898, A005902, A005904, A053012.

%K nonn,easy

%O 1,2

%A _Ilya Gutkovskiy_, Apr 01 2017

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 18 04:31 EDT 2024. Contains 371767 sequences. (Running on oeis4.)