Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A133549
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A133549 Sum of the fourth powers of the first n odd primes. +0
2
81, 706, 3107, 17748, 46309, 129830, 260151, 539992, 1247273, 2170794, 4044955, 6870716, 10289517, 15169198, 23059679, 35177040, 49022881, 69174002, 94585683, 122983924, 161934005, 209392326, 272134567, 360663848, 464724249, 577275130 (list; graph; listen)
OFFSET

1,1

COMMENT

A133548(n)=A122102(n+1)-16

EXAMPLE

a(2)=706 because 3^4 + 5^4 = 706.

MAPLE

a:=proc (n) options operator, arrow: add(ithprime(j)^4, j=2..n+1) end proc: seq(a(n), n=1..26); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Oct 02 2007

MATHEMATICA

c = 4; a = {}; b = 0; Do[b = b + Prime[n]^c; AppendTo[a, b], {n, 2, 1000}]; a {*Artur Jasinski*)

CROSSREFS

Cf. A007148, A007504, A024450, A098999, A122102, A133547, A133548, A133550, A133551, A133552.

Sequence in context: A076090 A139156 A016756 this_sequence A090257 A066431 A045792

Adjacent sequences: A133546 A133547 A133548 this_sequence A133550 A133551 A133552

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Sep 16 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research