login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A119666 Each n provides a value of (sum-of-digits of 5^n)/n that is closer to pi than the previous value. 2
1, 2, 4, 6, 8, 139, 309, 390, 819, 2868, 6751, 8045, 9414, 15008, 15375, 56839, 84383, 151286, 307650, 516962, 533919, 2021009 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Hans Havermann, Search for the next term.

MATHEMATICA

a = Infinity; fn = 1; p = N[Pi, 24]; Do[ fn = 5fn; b = N[ Abs[Pi - Plus @@ IntegerDigits@fn/n], 24]; If[b < a, a = b; Print@n], {n, 711000}] (* Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 08 2007 *)

CROSSREFS

Sequence in context: A085920 A081507 A115336 * A087302 A030149 A083146

Adjacent sequences:  A119663 A119664 A119665 * A119667 A119668 A119669

KEYWORD

base,fini,nonn

AUTHOR

Hans Havermann (gladhobo(AT)teksavvy.com), Jul 29 2006, Jul 31 2006, Aug 05 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:34 EST 2012. Contains 205860 sequences.