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!)
A098823 a(n) = 16*(8*prime(n) + 7). 0
368, 496, 752, 1008, 1520, 1776, 2288, 2544, 3056, 3824, 4080, 4848, 5360, 5616, 6128, 6896, 7664, 7920, 8688, 9200, 9456, 10224, 10736, 11504, 12528, 13040, 13296, 13808, 14064, 14576, 16368, 16880, 17648, 17904, 19184, 19440, 20208, 20976 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Waring's Problem
EXAMPLE
4^2 * (8*2 + 7) = 368 when p=2.
MATHEMATICA
Table[16*(8*Prime[n] + 7), {n, 1, 40}] (* Stefan Steinerberger, Mar 06 2006 *)
PROG
(PARI) main(m)=forprime(p=2, m, print1(16 * (8 * p + 7), ", ")) \\ Anders Hellström, Aug 26 2015
CROSSREFS
Sequence in context: A142579 A336981 A307010 * A252222 A173055 A318938
KEYWORD
nonn
AUTHOR
Parthasarathy Nambi, Oct 08 2004
EXTENSIONS
More terms from Stefan Steinerberger, Mar 06 2006
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)