Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A098934
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A098934 Numbers n such that the sum of the first n digits of pi are divisible by n. +0
1
1, 2, 9, 11, 16 (list; graph; listen)
OFFSET

1,2

COMMENT

For large n, A046974(n-1)/n is very close to 4.5, so is never an integer. - David Wasserman (dwasserm(AT)earthlink.net), Feb 27 2008

EXAMPLE

a[1] = 1 since 3 is divisible by 1

a[2] = 2 since 3+1 = 4 is divisible by 2

a[3] <> 3 since 3 + 1 + 4 = 8 is not divisible by 3

MATHEMATICA

$MaxPrecision = 2500000; pd = RealDigits[N[Pi, 2000000]][[1]]; s = 0; Do[s = s + pd[[n]]; If[ Mod[s, n] == 0, Print[n]], {n, 2000000}] (from Robert G. Wilson v Oct 21 2004)

CROSSREFS

Cf. A046974.

Sequence in context: A065554 A034042 A138759 this_sequence A043307 A049343 A131140

Adjacent sequences: A098931 A098932 A098933 this_sequence A098935 A098936 A098937

KEYWORD

base,easy,fini,full,nonn

AUTHOR

Anne M. Donovan (anned3005(AT)aol.com), Oct 20 2004

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research