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!)
A152622 Tetrahedral numbers n*(n+1)*(n+2)/6 with n, n+1 and n+2 nonprime. 3
120, 560, 1540, 2600, 2925, 3276, 5984, 6545, 7140, 9880, 15180, 19600, 20825, 22100, 27720, 29260, 30856, 41664, 43680, 45760, 54740, 70300, 73150, 76076, 88560, 102340, 105995, 109736, 125580, 129766, 134044, 138415, 142880, 161700 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
tet := proc(n) n*(n+1)*(n+2)/6 ; end: for n from 1 to 300 do if not isprime(n) and not isprime(n+1) and not isprime(n+2) then printf("%d, ", tet(n)) ; fi; od: # R. J. Mathar, Dec 10 2008
PROG
(PARI) p=7; forprime(q=11, 1e2, for(n=p+1, q-3, print1(binomial(n+2, 3)", ")); p=q) \\ Charles R Greathouse IV, Dec 21 2011
CROSSREFS
Sequence in context: A336626 A241613 A115619 * A100145 A234437 A090216
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
20400 replaced by 19600, 20625 replaced by 20825, R. J. Mathar, Dec 10 2008
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 May 6 21:30 EDT 2024. Contains 372297 sequences. (Running on oeis4.)