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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109948 Smallest prime == 1 (mod f(n)), where f(n) = concatenation n,n-1,...,3,2,1. 3
2, 43, 643, 51853, 108643, 3925927, 45925927, 525925927, 9876543211, 65925925927, 6665925925927, 1453331851851853, 1154657766913580249, 45219875551604938273, 7873482297771358024693, 742965003571105432098767 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

s = "1"; Do[s = ToString[n] <> s; k = ToExpression[s]; i = 1; While[ !PrimeQ[i*k + 1], i++ ]; Print[i*k + 1], {n, 2, 30}] (Propper)

CROSSREFS

Cf. A109947.

Sequence in context: A073594 A112097 A142199 * A188683 A119775 A088466

Adjacent sequences:  A109945 A109946 A109947 * A109949 A109950 A109951

KEYWORD

base,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jul 20 2005

EXTENSIONS

More terms from Ryan Propper (rpropper(AT)stanford.edu), Aug 01 2005

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 17 13:08 EST 2012. Contains 206027 sequences.