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!)
A269842 Integers n such that A000330(n) is the sum of 2 positive cubes. 1
6, 669, 2456, 5642, 8255, 15855, 50704, 63752, 82621, 112384, 1151884, 1191025, 1203999, 1228825, 1244256, 1459371, 1661343, 1819141, 2264191, 2445632, 2451193, 2812562, 2875250, 3425382, 3792000, 4866303, 5123958, 5587967 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Corresponding square pyramidal numbers are 91, 100029995, 4941161316, 59881606785, 187546467680, 1328674410280, ...
LINKS
EXAMPLE
6 is a term because A000330(6) = 91 = 3^3 + 4^3.
PROG
(PARI) isA003325(n) = for(k=1, sqrtnint(n\2, 3), ispower(n-k^3, 3) && return(1));
for(n=0, 1e7, if(isA003325(n*(n+1)*(2*n+1)/6), print1(n, ", ")));
CROSSREFS
Sequence in context: A222743 A222720 A309597 * A333639 A331724 A046985
KEYWORD
nonn
AUTHOR
Altug Alkan, Mar 06 2016
EXTENSIONS
a(11)-a(28) from Chai Wah Wu, Mar 08 2016
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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)