login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A333015
Numbers which can be written in exactly five ways as a sum of two distinct nonzero pentagonal numbers.
3
205427, 210552, 230102, 269712, 333802, 346977, 354537, 384802, 397892, 416677, 420077, 426622, 448552, 470902, 471927, 478302, 509752, 520852, 563772, 566177, 569507, 571377, 575202, 580302, 586102, 590162, 599847, 610052, 616552, 618263, 635552, 646177, 647947
OFFSET
1,1
EXAMPLE
205427 = P(234) + P(287) = P(201) + P(311) = P(166) + P(331) = P(56) + P(366) = P(49) + P(367), where P(n) is the n-th pentagonal number (A000326).
PROG
(PARI) is(k) = sum(i=1, sqrt(1+12*k)\6, sqrt(1+24*k+12*i-36*i*i)%6==5) == 5; \\ Jinyuan Wang, Mar 06 2020
KEYWORD
nonn
AUTHOR
Olivier Gérard, Mar 05 2020
EXTENSIONS
More terms from Jinyuan Wang, Mar 06 2020
STATUS
approved