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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
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
CROSSREFS
Sequence in context: A218448 A234836 A206093 * A177006 A236033 A234068
KEYWORD
nonn
AUTHOR
Olivier Gérard, Mar 05 2020
EXTENSIONS
More terms from Jinyuan Wang, Mar 06 2020
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 1 02:06 EDT 2024. Contains 373008 sequences. (Running on oeis4.)