登录
OEIS由OEIS基金会的许多慷慨捐赠者.

 

标志
提示
(来自的问候整数序列在线百科全书!)
A344358型 以五种或五种以上方式计算的四分之五的总和。 8
59779, 67859, 93394, 108274, 112850, 136915, 142354, 151300, 151475, 161459, 168979, 181219, 183539, 183604, 185299, 187699, 189394, 193379, 195394, 197779, 199090, 199474, 200979, 201874, 202979, 203299, 205859, 211059, 211330, 212419, 213730, 217154, 217810, 217890, 221779, 223090, 223155 (列表;图表;参考;;历史;文本;内部格式)
抵消
1,1
链接
David Consiglio,Jr。,n=1..20000时的n,a(n)表
例子
93394是这个序列的一个项,因为93394=1^4+4^4+8^4+14^4+15^4=1^4+6^4+12^4+12 ^4+15 ^4=1 ^4+9 ^4+10^4+14。
黄体脂酮素
(Python)
从itertools导入combinationswith_replacement作为cwr
从集合导入defaultdict
keep=默认dict(λ:0)
power_terms=[x**4,对于范围(1,50)中的x
对于cwr中的pos(power_terms,5):
tot=总和(pos)
保持[tot]+=1
rets=排序([k表示k,如果v>=5],则在keep.items()中为v)
对于范围内的x(len(rets)):
打印(rets[x])
交叉参考
关键词
非n
作者
David Consiglio,Jr.小。,2021年5月15日
状态
经核准的

查找|欢迎光临|维基|注册|音乐|地块2|演示|索引|浏览|更多|网络摄像头
贡献新序列。或评论|格式|样式表|变换|超级搜索引擎|最近
OEIS社区|维护人OEIS基金会。

许可协议、使用条款、隐私政策。.

上次修改时间:2024年6月20日14:54 EDT。包含373526个序列。(在oeis4上运行。)